Skip to content

Commit

Permalink
[Security Solution][Notes] - fix an issue that breaks the notes manag…
Browse files Browse the repository at this point in the history
…ement page, an enum value was missing from the api
  • Loading branch information
PhilippeOberti committed Oct 18, 2024
1 parent 37b57a3 commit f40a60f
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 46 deletions.
19 changes: 10 additions & 9 deletions oas_docs/output/kibana.serverless.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
contact:
name: Kibana Team
description: >
**Technical preview**
**Technical preview**

This functionality is in technical preview and may be changed or removed in
a future release.
Expand Down Expand Up @@ -170,7 +170,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -269,7 +269,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -361,7 +361,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -447,7 +447,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -569,7 +569,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -665,7 +665,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -757,7 +757,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -845,7 +845,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -49426,6 +49426,7 @@ components:
Security_Timeline_API_AssociatedFilterType:
description: Filter notes based on their association with a document or saved object.
enum:
- all
- document_only
- saved_object_only
- document_and_saved_object
Expand Down
19 changes: 10 additions & 9 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
contact:
name: Kibana Team
description: >
**Technical preview**
**Technical preview**

This functionality is in technical preview and may be changed or removed in
a future release.
Expand Down Expand Up @@ -170,7 +170,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -269,7 +269,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -361,7 +361,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -447,7 +447,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -569,7 +569,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -665,7 +665,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -757,7 +757,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -845,7 +845,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -49426,6 +49426,7 @@ components:
Security_Timeline_API_AssociatedFilterType:
description: Filter notes based on their association with a document or saved object.
enum:
- all
- document_only
- saved_object_only
- document_and_saved_object
Expand Down
25 changes: 13 additions & 12 deletions oas_docs/output/kibana.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -262,7 +262,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -354,7 +354,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -440,7 +440,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -562,7 +562,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -658,7 +658,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -750,7 +750,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -838,7 +838,7 @@ paths:
description: >-
Indicates whether the connector is preconfigured. If true,
the `config` and `is_missing_secrets` properties are
omitted from the response.
omitted from the response.
type: boolean
is_system_action:
description: >-
Expand Down Expand Up @@ -6975,7 +6975,7 @@ paths:
- cases
patch:
description: >
You must have `all` privileges for the **Cases** feature in the
You must have `all` privileges for the **Cases** feature in the
**Management**, **Observability**, or **Security** section of the
Kibana feature privileges, depending on the owner of the case you're
updating.
Expand Down Expand Up @@ -39355,7 +39355,7 @@ paths:
description: >
Indicates a successful call. NOTE: This HTTP response code indicates
that the bulk operation succeeded. Errors pertaining to individual
objects will be returned in the response body.
objects will be returned in the response body.
'400':
content:
application/json; Elastic-Api-Version=2023-10-31:
Expand Down Expand Up @@ -39389,7 +39389,7 @@ paths:
description: >
Indicates a successful call. NOTE: This HTTP response code indicates
that the bulk operation succeeded. Errors pertaining to individual
objects will be returned in the response body.
objects will be returned in the response body.
'400':
content:
application/json; Elastic-Api-Version=2023-10-31:
Expand Down Expand Up @@ -46086,7 +46086,7 @@ components:
description: >
The scaling factor to use when encoding values. This property is
applicable when `type` is `scaled_float`. Values will be multiplied
by this factor at index time and rounded to the closest long value.
by this factor at index time and rounded to the closest long value.
type: integer
type:
description: Specifies the data type for the field.
Expand Down Expand Up @@ -58192,6 +58192,7 @@ components:
Security_Timeline_API_AssociatedFilterType:
description: Filter notes based on their association with a document or saved object.
enum:
- all
- document_only
- saved_object_only
- document_and_saved_object
Expand Down
Loading

0 comments on commit f40a60f

Please sign in to comment.