From bef0d659c0bcba46689a2ccee7c556002b2b5242 Mon Sep 17 00:00:00 2001 From: kjac Date: Thu, 21 Mar 2024 15:01:35 +0100 Subject: [PATCH] Update OpenApi.json (add missing manifest method) --- src/Umbraco.Cms.Api.Management/OpenApi.json | 51 +++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/src/Umbraco.Cms.Api.Management/OpenApi.json b/src/Umbraco.Cms.Api.Management/OpenApi.json index ccf7ac0e67..a44838a340 100644 --- a/src/Umbraco.Cms.Api.Management/OpenApi.json +++ b/src/Umbraco.Cms.Api.Management/OpenApi.json @@ -18527,6 +18527,57 @@ ] } }, + "/umbraco/management/api/v1/package/manifest/public": { + "get": { + "tags": [ + "Package" + ], + "operationId": "GetPackageManifestPublic", + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/components/schemas/PackageManifestResponseModel" + } + ] + } + } + }, + "text/json": { + "schema": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/components/schemas/PackageManifestResponseModel" + } + ] + } + } + }, + "text/plain": { + "schema": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/components/schemas/PackageManifestResponseModel" + } + ] + } + } + } + } + } + } + } + }, "/umbraco/management/api/v1/package/migration-status": { "get": { "tags": [