Update OpenApi.json (add missing manifest method)

This commit is contained in:
kjac
2024-03-21 15:01:35 +01:00
parent e750d29d14
commit bef0d659c0

View File

@@ -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": [