Fix tests by updating OpenApi.json

This commit is contained in:
Bjarke Berg
2023-05-25 12:34:26 +02:00
parent b245f319d9
commit e04bb9d18d

View File

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