Skip to content

Commit

Permalink
Updated openapi doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Elia Palme committed Apr 5, 2024
1 parent 9671a5b commit de4c444
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/openapi/firecrest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ paths:
schema:
type: boolean
default: false
- name: recursive
in: query
description: List files recursively
schema:
type: boolean
default: false
# - $ref: '#/components/parameters/pageSize'
# - $ref: '#/components/parameters/pageNumber'
responses:
Expand Down
6 changes: 6 additions & 0 deletions doc/openapi/firecrest-developers-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ paths:
schema:
type: boolean
default: false
- name: recursive
in: query
description: List files recursively
schema:
type: boolean
default: false
# - $ref: '#/components/parameters/pageSize'
# - $ref: '#/components/parameters/pageNumber'
responses:
Expand Down

0 comments on commit de4c444

Please sign in to comment.