From e04bb9d18dd63f06f8a2e5d46dbae4fbbc6325d5 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Thu, 25 May 2023 12:34:26 +0200 Subject: [PATCH] Fix tests by updating OpenApi.json --- src/Umbraco.Cms.Api.Management/OpenApi.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Cms.Api.Management/OpenApi.json b/src/Umbraco.Cms.Api.Management/OpenApi.json index 8558fb0107..a7326e5eb5 100644 --- a/src/Umbraco.Cms.Api.Management/OpenApi.json +++ b/src/Umbraco.Cms.Api.Management/OpenApi.json @@ -8838,6 +8838,10 @@ }, "isTrashed": { "type": "boolean" + }, + "id": { + "type": "string", + "format": "uuid" } }, "additionalProperties": false, @@ -13808,7 +13812,7 @@ } }, "securitySchemes": { - "OAuth": { + "Backoffice User": { "type": "oauth2", "description": "Umbraco Authentication", "flows": {