chore(docs): Generated API Reference (v2) (#8318)
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
56f634da4b
commit
e40b4c6183
@@ -158,7 +158,6 @@ get:
|
||||
description: The reservation's quantity.
|
||||
required: false
|
||||
schema:
|
||||
type: object
|
||||
description: The reservation's quantity.
|
||||
required:
|
||||
- $eq
|
||||
@@ -191,7 +190,7 @@ get:
|
||||
description: The reservation's created at.
|
||||
required: false
|
||||
schema:
|
||||
type: object
|
||||
type: string
|
||||
description: The reservation's created at.
|
||||
required:
|
||||
- $eq
|
||||
@@ -219,12 +218,13 @@ get:
|
||||
$gte: {}
|
||||
$lt: {}
|
||||
$lte: {}
|
||||
title: created_at
|
||||
- name: updated_at
|
||||
in: query
|
||||
description: The reservation's updated at.
|
||||
required: false
|
||||
schema:
|
||||
type: object
|
||||
type: string
|
||||
description: The reservation's updated at.
|
||||
required:
|
||||
- $eq
|
||||
@@ -252,12 +252,13 @@ get:
|
||||
$gte: {}
|
||||
$lt: {}
|
||||
$lte: {}
|
||||
title: updated_at
|
||||
- name: deleted_at
|
||||
in: query
|
||||
description: The reservation's deleted at.
|
||||
required: false
|
||||
schema:
|
||||
type: object
|
||||
type: string
|
||||
description: The reservation's deleted at.
|
||||
required:
|
||||
- $eq
|
||||
@@ -285,6 +286,7 @@ get:
|
||||
$gte: {}
|
||||
$lt: {}
|
||||
$lte: {}
|
||||
title: deleted_at
|
||||
security:
|
||||
- api_token: []
|
||||
- cookie_auth: []
|
||||
|
||||
Reference in New Issue
Block a user