diff --git a/x-pack/plugins/cases/docs/openapi/bundled.json b/x-pack/plugins/cases/docs/openapi/bundled.json index 44093a1dfdb51..d4a6f7620346f 100644 --- a/x-pack/plugins/cases/docs/openapi/bundled.json +++ b/x-pack/plugins/cases/docs/openapi/bundled.json @@ -288,7 +288,7 @@ "summary": "Get cases for an alert", "operationId": "getCasesByAlertDefaultSpace", "description": "You must have `read` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the cases you're seeking.\n", - "x-technical-preview": true, + "x-state": "Technical preview", "tags": [ "cases" ], @@ -1264,7 +1264,7 @@ "get": { "summary": "Get all alerts for a case", "description": "You must have `read` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the cases you're seeking.\n", - "x-technical-preview": true, + "x-state": "Technical preview", "operationId": "getCaseAlertsDefaultSpace", "tags": [ "cases" @@ -3567,7 +3567,7 @@ }, "templates": { "type": "array", - "x-technical-preview": true, + "x-state": "Technical preview", "items": { "type": "object", "properties": { @@ -3605,7 +3605,7 @@ }, "customFields": { "type": "array", - "x-technical-preview": true, + "x-state": "Technical preview", "description": "Custom field values in the template.", "items": { "type": "object", @@ -3970,7 +3970,7 @@ "maxItems": 1000 } ], - "x-technical-preview": true, + "x-state": "Technical preview", "example": "6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42" }, "alert_indices": { @@ -3988,13 +3988,13 @@ "maxItems": 1000 } ], - "x-technical-preview": true + "x-state": "Technical preview" }, "rule": { "title": "Alerting rule", "description": "The rule that is associated with the alerts. It is required only when `type` is `alert`. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", "type": "object", - "x-technical-preview": true, + "x-state": "Technical preview", "properties": { "id": { "description": "The rule identifier.", diff --git a/x-pack/plugins/cases/docs/openapi/bundled.yaml b/x-pack/plugins/cases/docs/openapi/bundled.yaml index 4702121fb4b30..28eeb3823f8a0 100644 --- a/x-pack/plugins/cases/docs/openapi/bundled.yaml +++ b/x-pack/plugins/cases/docs/openapi/bundled.yaml @@ -168,7 +168,7 @@ paths: operationId: getCasesByAlertDefaultSpace description: | You must have `read` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the cases you're seeking. - x-technical-preview: true + x-state: Technical preview tags: - cases parameters: @@ -844,7 +844,7 @@ paths: summary: Get all alerts for a case description: | You must have `read` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the cases you're seeking. - x-technical-preview: true + x-state: Technical preview operationId: getCaseAlertsDefaultSpace tags: - cases @@ -2465,7 +2465,7 @@ components: maxLength: 256 templates: type: array - x-technical-preview: true + x-state: Technical preview items: type: object properties: @@ -2495,7 +2495,7 @@ components: $ref: '#/components/schemas/connector_types' customFields: type: array - x-technical-preview: true + x-state: Technical preview description: Custom field values in the template. items: type: object @@ -2762,7 +2762,7 @@ components: items: type: string maxItems: 1000 - x-technical-preview: true + x-state: Technical preview example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42 alert_indices: title: Alert indices @@ -2774,13 +2774,13 @@ components: items: type: string maxItems: 1000 - x-technical-preview: true + x-state: Technical preview rule: title: Alerting rule description: | The rule that is associated with the alerts. It is required only when `type` is `alert`. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. type: object - x-technical-preview: true + x-state: Technical preview properties: id: description: The rule identifier. diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_identifiers.yaml b/x-pack/plugins/cases/docs/openapi/components/schemas/alert_identifiers.yaml index cca8eb74f5019..3c60cb395a4c1 100644 --- a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_identifiers.yaml +++ b/x-pack/plugins/cases/docs/openapi/components/schemas/alert_identifiers.yaml @@ -12,5 +12,5 @@ oneOf: items: type: string maxItems: 1000 -x-technical-preview: true +x-state: Technical preview example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42 \ No newline at end of file diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_indices.yaml b/x-pack/plugins/cases/docs/openapi/components/schemas/alert_indices.yaml index 5c741e9601c44..9674e7bcf1eab 100644 --- a/x-pack/plugins/cases/docs/openapi/components/schemas/alert_indices.yaml +++ b/x-pack/plugins/cases/docs/openapi/components/schemas/alert_indices.yaml @@ -11,4 +11,4 @@ oneOf: items: type: string maxItems: 1000 -x-technical-preview: true \ No newline at end of file +x-state: Technical preview \ No newline at end of file diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/rule.yaml b/x-pack/plugins/cases/docs/openapi/components/schemas/rule.yaml index 09712b57ce138..6eb50e6adda42 100644 --- a/x-pack/plugins/cases/docs/openapi/components/schemas/rule.yaml +++ b/x-pack/plugins/cases/docs/openapi/components/schemas/rule.yaml @@ -5,7 +5,7 @@ description: > This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. type: object -x-technical-preview: true +x-state: Technical preview properties: id: description: The rule identifier. diff --git a/x-pack/plugins/cases/docs/openapi/components/schemas/templates.yaml b/x-pack/plugins/cases/docs/openapi/components/schemas/templates.yaml index b01cf5ad1f34e..ae82bfa2ed144 100644 --- a/x-pack/plugins/cases/docs/openapi/components/schemas/templates.yaml +++ b/x-pack/plugins/cases/docs/openapi/components/schemas/templates.yaml @@ -1,5 +1,5 @@ type: array -x-technical-preview: true +x-state: Technical preview items: type: object properties: @@ -16,7 +16,7 @@ items: $ref: 'case_configure_connector_properties.yaml' customFields: type: array - x-technical-preview: true + x-state: Technical preview description: Custom field values in the template. items: type: object diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml b/x-pack/plugins/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml index 0531c2675bce2..9f2883fe4eb34 100644 --- a/x-pack/plugins/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml +++ b/x-pack/plugins/cases/docs/openapi/paths/api@cases@alerts@{alertid}.yaml @@ -5,7 +5,7 @@ get: You must have `read` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the cases you're seeking. - x-technical-preview: true + x-state: Technical preview tags: - cases parameters: diff --git a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml b/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml index cbf4803df681a..584f9ed8aa7d6 100644 --- a/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml +++ b/x-pack/plugins/cases/docs/openapi/paths/api@cases@{caseid}@alerts.yaml @@ -4,7 +4,7 @@ get: You must have `read` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the cases you're seeking. - x-technical-preview: true + x-state: Technical preview operationId: getCaseAlertsDefaultSpace tags: - cases