From ce0d48746f85448478031f840b0e247d6631b816 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Wed, 5 Mar 2025 16:21:48 -0300 Subject: [PATCH] Docs: Update OpenAPI specifications (#101173) --- public/api-enterprise-spec.json | 6 ++++++ public/api-merged.json | 6 ++++++ public/openapi3.json | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index e2e8df6926b..3faeab0aa9a 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -3754,6 +3754,9 @@ }, "state": { "$ref": "#/definitions/State" + }, + "subject": { + "type": "string" } } }, @@ -6708,6 +6711,9 @@ "state": { "$ref": "#/definitions/State" }, + "subject": { + "type": "string" + }, "uid": { "type": "string" }, diff --git a/public/api-merged.json b/public/api-merged.json index 7d1e7214293..4f216cfbc95 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -14240,6 +14240,9 @@ }, "state": { "$ref": "#/definitions/State" + }, + "subject": { + "type": "string" } } }, @@ -19492,6 +19495,9 @@ "state": { "$ref": "#/definitions/State" }, + "subject": { + "type": "string" + }, "uid": { "type": "string" }, diff --git a/public/openapi3.json b/public/openapi3.json index a8dffd5d069..5f3d84d0826 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -4295,6 +4295,9 @@ }, "state": { "$ref": "#/components/schemas/State" + }, + "subject": { + "type": "string" } }, "type": "object" @@ -9547,6 +9550,9 @@ "state": { "$ref": "#/components/schemas/State" }, + "subject": { + "type": "string" + }, "uid": { "type": "string" },