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 10, 2024
1 parent 42839cf commit b7b7eec
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 12 deletions.
33 changes: 30 additions & 3 deletions oas_docs/output/kibana.serverless.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33190,7 +33190,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down Expand Up @@ -33284,7 +33293,16 @@ paths:
additional_yaml_config:
type: string
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
format: uri
Expand Down Expand Up @@ -33314,7 +33332,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down
33 changes: 30 additions & 3 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33190,7 +33190,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down Expand Up @@ -33284,7 +33293,16 @@ paths:
additional_yaml_config:
type: string
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
format: uri
Expand Down Expand Up @@ -33314,7 +33332,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down
33 changes: 30 additions & 3 deletions oas_docs/output/kibana.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36619,7 +36619,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down Expand Up @@ -36713,7 +36722,16 @@ paths:
additional_yaml_config:
type: string
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
format: uri
Expand Down Expand Up @@ -36743,7 +36761,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down
33 changes: 30 additions & 3 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36619,7 +36619,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down Expand Up @@ -36713,7 +36722,16 @@ paths:
additional_yaml_config:
type: string
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
format: uri
Expand Down Expand Up @@ -36743,7 +36761,16 @@ paths:
type: object
properties:
delete_unenrolled_agents:
type: boolean
additionalProperties: false
type: object
properties:
enabled:
type: boolean
is_preconfigured:
type: boolean
required:
- enabled
- is_preconfigured
fleet_server_hosts:
items:
type: string
Expand Down

0 comments on commit b7b7eec

Please sign in to comment.