Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'make api-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 27, 2024
1 parent dc450df commit 0b115ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5209,18 +5209,21 @@ paths:
enum:
- '2023-10-31'
type: string
- description: The page number to return.
- description: The page number to return. Default is "1".
in: query
name: page
required: false
schema:
default: 1
minimum: 1
type: number
- description: The number of dashboards to display on each page.
- description: The number of dashboards to display on each page (max 1000). Default is "20".
in: query
name: perPage
required: false
schema:
maximum: 1000
minimum: 1
type: number
responses:
'200':
Expand Down
7 changes: 5 additions & 2 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7479,18 +7479,21 @@ paths:
enum:
- '2023-10-31'
type: string
- description: The page number to return.
- description: The page number to return. Default is "1".
in: query
name: page
required: false
schema:
default: 1
minimum: 1
type: number
- description: The number of dashboards to display on each page.
- description: The number of dashboards to display on each page (max 1000). Default is "20".
in: query
name: perPage
required: false
schema:
maximum: 1000
minimum: 1
type: number
responses:
'200':
Expand Down

0 comments on commit 0b115ed

Please sign in to comment.