diff --git a/oas_docs/output/kibana.serverless.staging.yaml b/oas_docs/output/kibana.serverless.staging.yaml index 24e1e99abfa4b..25e24d418662e 100644 --- a/oas_docs/output/kibana.serverless.staging.yaml +++ b/oas_docs/output/kibana.serverless.staging.yaml @@ -12939,11 +12939,8 @@ paths: properties: item: $ref: '#/components/schemas/Fleet_package_policy' - sucess: - type: boolean required: - item - - sucess description: OK '400': $ref: '#/components/responses/Fleet_error' diff --git a/oas_docs/output/kibana.serverless.yaml b/oas_docs/output/kibana.serverless.yaml index 618a71ed974cc..79a90f2d19a09 100644 --- a/oas_docs/output/kibana.serverless.yaml +++ b/oas_docs/output/kibana.serverless.yaml @@ -9123,11 +9123,8 @@ paths: properties: item: $ref: '#/components/schemas/Fleet_package_policy' - sucess: - type: boolean required: - item - - sucess description: OK '400': $ref: '#/components/responses/Fleet_error' diff --git a/oas_docs/output/kibana.staging.yaml b/oas_docs/output/kibana.staging.yaml index c8b9efd66d312..a4f5f7287e30e 100644 --- a/oas_docs/output/kibana.staging.yaml +++ b/oas_docs/output/kibana.staging.yaml @@ -16367,11 +16367,8 @@ paths: properties: item: $ref: '#/components/schemas/Fleet_package_policy' - sucess: - type: boolean required: - item - - sucess description: OK '400': $ref: '#/components/responses/Fleet_error' diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index b876e323ad8cc..bf9e44e80f8c1 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -11734,11 +11734,8 @@ paths: properties: item: $ref: '#/components/schemas/Fleet_package_policy' - sucess: - type: boolean required: - item - - sucess description: OK '400': $ref: '#/components/responses/Fleet_error' diff --git a/x-pack/plugins/fleet/common/openapi/bundled.json b/x-pack/plugins/fleet/common/openapi/bundled.json index e8ee2788c7632..2d74305ad3bd5 100644 --- a/x-pack/plugins/fleet/common/openapi/bundled.json +++ b/x-pack/plugins/fleet/common/openapi/bundled.json @@ -4728,14 +4728,10 @@ "properties": { "item": { "$ref": "#/components/schemas/package_policy" - }, - "sucess": { - "type": "boolean" } }, "required": [ - "item", - "sucess" + "item" ] } } @@ -9567,4 +9563,4 @@ "basicAuth": [] } ] -} \ No newline at end of file +} diff --git a/x-pack/plugins/fleet/common/openapi/bundled.yaml b/x-pack/plugins/fleet/common/openapi/bundled.yaml index 9e8291ee3ea1d..c36758e8a4432 100644 --- a/x-pack/plugins/fleet/common/openapi/bundled.yaml +++ b/x-pack/plugins/fleet/common/openapi/bundled.yaml @@ -2938,11 +2938,8 @@ paths: properties: item: $ref: '#/components/schemas/package_policy' - sucess: - type: boolean required: - item - - sucess '400': $ref: '#/components/responses/error' parameters: diff --git a/x-pack/plugins/fleet/common/openapi/paths/package_policies@{package_policy_id}.yaml b/x-pack/plugins/fleet/common/openapi/paths/package_policies@{package_policy_id}.yaml index a0dc916bebde9..0db4c7a5b8437 100644 --- a/x-pack/plugins/fleet/common/openapi/paths/package_policies@{package_policy_id}.yaml +++ b/x-pack/plugins/fleet/common/openapi/paths/package_policies@{package_policy_id}.yaml @@ -45,11 +45,8 @@ put: properties: item: $ref: ../components/schemas/package_policy.yaml - sucess: - type: boolean required: - item - - sucess '400': $ref: ../components/responses/error.yaml parameters: