Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'make api-docs && make api-docs-s…
Browse files Browse the repository at this point in the history
…taging'
  • Loading branch information
kibanamachine committed Oct 15, 2024
1 parent 9323e10 commit 9419b70
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 159 deletions.
2 changes: 1 addition & 1 deletion oas_docs/output/kibana.serverless.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16328,7 +16328,7 @@ paths:
summary: ''
tags:
- spaces
/api/spaces/space/{id}:
'/api/spaces/space/{id}':
delete:
description: Delete a space
operationId: '%2Fapi%2Fspaces%2Fspace%2F%7Bid%7D#2'
Expand Down
134 changes: 69 additions & 65 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15668,70 +15668,6 @@ paths:
applied to all anonymization fields that match the filter or to the list
of anonymization fields by their IDs.
operationId: PerformAnonymizationFieldsBulkAction
/api/spaces/space:
get:
description: Get all spaces
operationId: '%2Fapi%2Fspaces%2Fspace#0'
parameters:
- description: The version of the API to use
in: header
name: elastic-api-version
schema:
default: '2023-10-31'
enum:
- '2023-10-31'
type: string
- in: query
name: purpose
required: false
schema:
enum:
- any
- copySavedObjectsIntoSpace
- shareSavedObjectsIntoSpace
type: string
- in: query
name: include_authorized_purposes
required: true
schema:
anyOf:
- items: {}
type: array
- type: boolean
- type: number
- type: object
- type: string
nullable: true
oneOf:
- enum:
- false
type: boolean
x-oas-optional: true
- type: boolean
x-oas-optional: true
responses: {}
summary: ''
tags:
- spaces
post:
description: Create a space
operationId: '%2Fapi%2Fspaces%2Fspace#1'
parameters:
- description: The version of the API to use
in: header
name: elastic-api-version
schema:
default: '2023-10-31'
enum:
- '2023-10-31'
type: string
- description: A required header to protect against CSRF attacks
in: header
name: kbn-xsrf
required: true
schema:
example: 'true'
type: string
requestBody:
content:
application/json; Elastic-Api-Version=2023-10-31:
Expand Down Expand Up @@ -16293,6 +16229,74 @@ paths:
tags:
- Security AI Assistant API
- Prompts API
/api/spaces/space:
get:
description: Get all spaces
operationId: '%2Fapi%2Fspaces%2Fspace#0'
parameters:
- description: The version of the API to use
in: header
name: elastic-api-version
schema:
default: '2023-10-31'
enum:
- '2023-10-31'
type: string
- in: query
name: purpose
required: false
schema:
enum:
- any
- copySavedObjectsIntoSpace
- shareSavedObjectsIntoSpace
type: string
- in: query
name: include_authorized_purposes
required: true
schema:
anyOf:
- items: {}
type: array
- type: boolean
- type: number
- type: object
- type: string
nullable: true
oneOf:
- enum:
- false
type: boolean
x-oas-optional: true
- type: boolean
x-oas-optional: true
responses: {}
summary: ''
tags:
- spaces
post:
description: Create a space
operationId: '%2Fapi%2Fspaces%2Fspace#1'
parameters:
- description: The version of the API to use
in: header
name: elastic-api-version
schema:
default: '2023-10-31'
enum:
- '2023-10-31'
type: string
- description: A required header to protect against CSRF attacks
in: header
name: kbn-xsrf
required: true
schema:
example: 'true'
type: string
requestBody:
content:
application/json; Elastic-Api-Version=2023-10-31:
schema:
additionalProperties: false
type: object
properties:
Expand Down Expand Up @@ -16324,7 +16328,7 @@ paths:
summary: ''
tags:
- spaces
/api/spaces/space/{id}:
'/api/spaces/space/{id}':
delete:
description: Delete a space
operationId: '%2Fapi%2Fspaces%2Fspace%2F%7Bid%7D#2'
Expand Down
24 changes: 21 additions & 3 deletions oas_docs/output/kibana.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20321,12 +20321,25 @@ paths:
/api/security/role:
get:
operationId: '%2Fapi%2Fsecurity%2Frole#0'
parameters: []
parameters:
- description: The version of the API to use
in: header
name: elastic-api-version
schema:
default: '2023-10-31'
enum:
- '2023-10-31'
type: string
- in: query
name: replaceDeprecatedPrivileges
required: false
schema:
type: boolean
responses: {}
summary: Get all roles
tags:
- roles
/api/security/role/{name}:
'/api/security/role/{name}':
delete:
operationId: '%2Fapi%2Fsecurity%2Frole%2F%7Bname%7D#1'
parameters:
Expand Down Expand Up @@ -20372,6 +20385,11 @@ paths:
schema:
minLength: 1
type: string
- in: query
name: replaceDeprecatedPrivileges
required: false
schema:
type: boolean
responses: {}
summary: Get a role
tags:
Expand Down Expand Up @@ -21145,7 +21163,7 @@ paths:
summary: ''
tags:
- spaces
/api/spaces/space/{id}:
'/api/spaces/space/{id}':
delete:
description: Delete a space
operationId: '%2Fapi%2Fspaces%2Fspace%2F%7Bid%7D#2'
Expand Down
Loading

0 comments on commit 9419b70

Please sign in to comment.