diff --git a/src/Umbraco.Cms.Api.Management/Mapping/Item/ItemTypeMapDefinition.cs b/src/Umbraco.Cms.Api.Management/Mapping/Item/ItemTypeMapDefinition.cs index 66020860a1..9152970b36 100644 --- a/src/Umbraco.Cms.Api.Management/Mapping/Item/ItemTypeMapDefinition.cs +++ b/src/Umbraco.Cms.Api.Management/Mapping/Item/ItemTypeMapDefinition.cs @@ -65,6 +65,7 @@ public class ItemTypeMapDefinition : IMapDefinition target.Id = source.Key; target.Icon = source.Icon; target.IsElement = source.IsElement; + target.Description = source.Description; } // Umbraco.Code.MapAll diff --git a/src/Umbraco.Cms.Api.Management/OpenApi.json b/src/Umbraco.Cms.Api.Management/OpenApi.json index 6cd20dc3ce..c361cd8189 100644 --- a/src/Umbraco.Cms.Api.Management/OpenApi.json +++ b/src/Umbraco.Cms.Api.Management/OpenApi.json @@ -34,7 +34,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -223,7 +223,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -281,7 +281,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -421,7 +421,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -663,7 +663,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -750,7 +750,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -835,7 +835,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -887,7 +887,7 @@ "operationId": "GetDataTypeConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1079,7 +1079,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1137,7 +1137,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -1277,7 +1277,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -1419,7 +1419,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1468,7 +1468,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1486,9 +1486,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -1533,7 +1530,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1548,9 +1545,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -1578,7 +1572,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1652,7 +1646,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1715,7 +1709,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1777,7 +1771,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -1993,7 +1987,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -2051,7 +2045,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -2191,7 +2185,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -2310,7 +2304,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -2402,7 +2396,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -2662,7 +2656,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -2680,9 +2674,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -2710,7 +2701,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -2776,7 +2767,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -2831,7 +2822,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -3023,7 +3014,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -3081,7 +3072,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -3221,7 +3212,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -3363,7 +3354,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -3594,7 +3585,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -3652,7 +3643,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -3792,7 +3783,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -4026,7 +4017,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -4044,9 +4035,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -4074,7 +4062,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -4148,7 +4136,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -4211,7 +4199,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -4403,7 +4391,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -4461,7 +4449,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -4575,7 +4563,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -4704,7 +4692,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -4782,7 +4770,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -4842,7 +4830,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -5076,7 +5064,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -5168,7 +5156,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -5310,7 +5298,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -5430,7 +5418,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -5496,7 +5484,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -5558,7 +5546,7 @@ "operationId": "GetDocumentTypeConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -5750,7 +5738,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -5808,7 +5796,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -5948,7 +5936,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -6208,7 +6196,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -6226,9 +6214,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -6273,7 +6258,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -6288,9 +6273,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -6318,7 +6300,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -6392,7 +6374,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -6455,7 +6437,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -6526,7 +6508,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -6600,7 +6582,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -6681,7 +6663,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -6799,7 +6781,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -6965,7 +6947,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -7185,7 +7167,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -7243,7 +7225,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -7383,7 +7365,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -7527,7 +7509,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -7704,7 +7686,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -7793,7 +7775,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -7961,7 +7943,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -8046,7 +8028,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -8157,7 +8139,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -8249,7 +8231,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -8463,7 +8445,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -8546,7 +8528,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -8635,7 +8617,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -8751,7 +8733,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -8893,7 +8875,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -9022,7 +9004,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -9086,7 +9068,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -9163,7 +9145,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -9305,7 +9287,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -9437,7 +9419,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -9472,7 +9454,7 @@ "operationId": "GetDocumentConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -9538,7 +9520,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -9652,7 +9634,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -9721,7 +9703,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -9835,7 +9817,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -9853,9 +9835,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -9900,7 +9879,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -9915,9 +9894,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -9935,7 +9911,7 @@ "operationId": "DeleteRecycleBinDocument", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -10020,7 +9996,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -10131,7 +10107,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10236,7 +10212,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -10364,7 +10340,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10419,7 +10395,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10464,7 +10440,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10538,7 +10514,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10601,7 +10577,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10667,7 +10643,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -10726,7 +10702,7 @@ "operationId": "GetDynamicRootSteps", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10780,7 +10756,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10839,7 +10815,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -10910,7 +10886,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -11026,7 +11002,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -11141,7 +11117,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11212,7 +11188,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11260,7 +11236,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11340,7 +11316,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11396,7 +11372,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11516,7 +11492,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -11549,7 +11525,7 @@ "operationId": "GetInstallSettings", "responses": { "428": { - "description": "Client Error", + "description": "Precondition Required", "content": { "application/json": { "schema": { @@ -11563,7 +11539,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11618,7 +11594,7 @@ }, "responses": { "428": { - "description": "Client Error", + "description": "Precondition Required", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -11644,7 +11620,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -11726,7 +11702,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -11764,7 +11740,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11782,9 +11758,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -11802,7 +11775,7 @@ "operationId": "GetItemLanguageDefault", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -11817,9 +11790,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -11857,7 +11827,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12057,7 +12027,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12149,7 +12119,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -12288,7 +12258,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -12356,7 +12326,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12423,7 +12393,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12518,7 +12488,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12603,7 +12573,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12658,7 +12628,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12835,7 +12805,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -12904,7 +12874,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -12984,7 +12954,7 @@ } }, "200": { - "description": "Success" + "description": "OK" }, "401": { "description": "The resource is protected and requires an authentication token" @@ -13008,7 +12978,7 @@ "operationId": "GetManifestManifest", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13046,7 +13016,7 @@ "operationId": "GetManifestManifestPrivate", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13084,7 +13054,7 @@ "operationId": "GetManifestManifestPublic", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13125,7 +13095,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13143,9 +13113,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -13190,7 +13157,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13205,9 +13172,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -13245,7 +13209,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13260,9 +13224,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -13307,7 +13268,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13322,9 +13283,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -13499,7 +13457,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13557,7 +13515,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -13671,7 +13629,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -13800,7 +13758,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -13860,7 +13818,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -14094,7 +14052,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -14186,7 +14144,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -14328,7 +14286,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -14448,7 +14406,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -14514,7 +14472,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -14733,7 +14691,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -14791,7 +14749,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -14931,7 +14889,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -15187,7 +15145,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -15261,7 +15219,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -15324,7 +15282,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -15417,7 +15375,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -15494,7 +15452,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -15512,9 +15470,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -15559,7 +15514,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -15574,9 +15529,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -15751,7 +15703,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -15809,7 +15761,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -15949,7 +15901,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -16093,7 +16045,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -16170,7 +16122,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -16255,7 +16207,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -16384,7 +16336,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -16448,7 +16400,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -16525,7 +16477,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -16657,7 +16609,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -16692,7 +16644,7 @@ "operationId": "GetMediaConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -16758,7 +16710,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -16872,7 +16824,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -16941,7 +16893,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -17041,7 +16993,7 @@ "operationId": "DeleteRecycleBinMedia", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -17126,7 +17078,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -17237,7 +17189,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17342,7 +17294,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -17470,7 +17422,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17525,7 +17477,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17570,7 +17522,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17644,7 +17596,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17707,7 +17659,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17756,7 +17708,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17774,9 +17726,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -17814,7 +17763,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -17978,7 +17927,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -18077,7 +18026,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -18165,7 +18114,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -18285,7 +18234,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -18334,7 +18283,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -18352,9 +18301,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -18399,7 +18345,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -18414,9 +18360,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -18591,7 +18534,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -18649,7 +18592,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -18763,7 +18706,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -18874,7 +18817,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -19097,7 +19040,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -19179,7 +19122,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -19285,7 +19228,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -19348,7 +19291,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -19366,9 +19309,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -19413,7 +19353,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -19428,9 +19368,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -19605,7 +19542,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -19663,7 +19600,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -19803,7 +19740,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -19945,7 +19882,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -20045,7 +19982,7 @@ "operationId": "GetMemberConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20111,7 +20048,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -20211,7 +20148,7 @@ "operationId": "PostModelsBuilderBuild", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -20226,7 +20163,7 @@ } }, "428": { - "description": "Client Error", + "description": "Precondition Required", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -20285,7 +20222,7 @@ "operationId": "GetModelsBuilderDashboard", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20320,7 +20257,7 @@ "operationId": "GetModelsBuilderStatus", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20375,7 +20312,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20433,7 +20370,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20530,7 +20467,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -20578,7 +20515,7 @@ "operationId": "GetPackageConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20633,7 +20570,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20837,7 +20774,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -20907,7 +20844,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -21021,7 +20958,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -21094,7 +21031,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -21150,7 +21087,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -21198,7 +21135,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -21216,9 +21153,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -21392,7 +21326,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -21449,7 +21383,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -21588,7 +21522,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22000,7 +21934,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22057,7 +21991,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22177,7 +22111,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22222,7 +22156,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22280,7 +22214,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22345,7 +22279,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22400,7 +22334,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22435,7 +22369,7 @@ "operationId": "DeletePreview", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22458,7 +22392,7 @@ "operationId": "PostPreview", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22491,7 +22425,7 @@ "operationId": "GetProfilingStatus", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22555,7 +22489,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22634,7 +22568,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22665,7 +22599,7 @@ "operationId": "PostPublishedCacheCollect", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22698,7 +22632,7 @@ "operationId": "PostPublishedCacheRebuild", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22731,7 +22665,7 @@ "operationId": "PostPublishedCacheReload", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22764,7 +22698,7 @@ "operationId": "GetPublishedCacheStatus", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22833,7 +22767,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22897,7 +22831,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -22941,7 +22875,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -22989,7 +22923,7 @@ "operationId": "GetRedirectManagementStatus", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -23031,7 +22965,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -23093,7 +23027,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -23111,9 +23045,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -23151,7 +23082,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -23197,7 +23128,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -23275,7 +23206,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -23337,7 +23268,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -23355,9 +23286,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -23531,7 +23459,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -23588,7 +23516,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -23727,7 +23655,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -24139,7 +24067,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -24196,7 +24124,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -24305,7 +24233,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -24370,7 +24298,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -24425,7 +24353,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -24480,7 +24408,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -24547,7 +24475,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -24593,7 +24521,7 @@ "operationId": "GetSecurityConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -24659,7 +24587,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -24895,7 +24823,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -25003,7 +24931,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25052,7 +24980,7 @@ "operationId": "GetServerConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25084,7 +25012,7 @@ "operationId": "GetServerInformation", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25130,7 +25058,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25154,7 +25082,7 @@ "operationId": "GetServerTroubleshooting", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25199,7 +25127,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25243,7 +25171,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25305,7 +25233,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25357,7 +25285,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25402,7 +25330,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25420,9 +25348,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -25596,7 +25521,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -25653,7 +25578,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -25792,7 +25717,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -26204,7 +26129,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26261,7 +26186,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -26370,7 +26295,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26435,7 +26360,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26490,7 +26415,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26566,7 +26491,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26618,7 +26543,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26653,7 +26578,7 @@ "operationId": "GetTelemetryLevel", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26743,7 +26668,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -26805,7 +26730,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26823,9 +26748,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -26870,7 +26792,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -26885,9 +26807,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -27062,7 +26981,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27120,7 +27039,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -27260,7 +27179,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -27360,7 +27279,7 @@ "operationId": "GetTemplateConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27426,7 +27345,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -27485,7 +27404,7 @@ "operationId": "GetTemplateQuerySettings", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27530,7 +27449,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27596,7 +27515,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27651,7 +27570,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27688,6 +27607,10 @@ "content": { "multipart/form-data": { "schema": { + "required": [ + "File", + "Id" + ], "type": "object", "properties": { "Id": { @@ -27826,7 +27749,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27919,7 +27842,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -27952,7 +27875,7 @@ "operationId": "GetTemporaryFileConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -27984,7 +27907,7 @@ "operationId": "PostUpgradeAuthorize", "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -27999,7 +27922,7 @@ } }, "428": { - "description": "Client Error", + "description": "Precondition Required", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -28025,7 +27948,7 @@ } }, "500": { - "description": "Server Error", + "description": "Internal Server Error", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -28084,7 +28007,7 @@ "operationId": "GetUpgradeSettings", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -28098,7 +28021,7 @@ } }, "428": { - "description": "Client Error", + "description": "Precondition Required", "content": { "application/json": { "schema": { @@ -28294,7 +28217,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -28355,7 +28278,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -28443,7 +28366,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -28506,7 +28429,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -28583,7 +28506,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -28601,9 +28524,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -28652,7 +28572,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -28862,7 +28782,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -28908,7 +28828,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -28966,7 +28886,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -29080,7 +29000,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -29205,7 +29125,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -29328,7 +29248,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -29467,7 +29387,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -29544,7 +29464,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -29562,9 +29482,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -29757,7 +29674,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -29849,7 +29766,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -29909,7 +29826,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -29967,7 +29884,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -30107,7 +30024,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -30218,7 +30135,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -30289,7 +30206,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -30431,7 +30348,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -30542,7 +30459,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -30664,7 +30581,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -30804,7 +30721,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -30904,7 +30821,7 @@ "operationId": "GetUserConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -30939,7 +30856,7 @@ "operationId": "GetUserCurrent", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -30971,7 +30888,7 @@ "operationId": "GetUserCurrent2fa", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -31023,7 +30940,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -31147,7 +31064,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -31251,7 +31168,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -31342,7 +31259,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -31432,7 +31349,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -31491,7 +31408,7 @@ "operationId": "GetUserCurrentConfiguration", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -31526,7 +31443,7 @@ "operationId": "GetUserCurrentLoginProviders", "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -31575,7 +31492,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -31635,7 +31552,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -31698,7 +31615,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -31775,7 +31692,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -31906,7 +31823,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -32183,7 +32100,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -32306,7 +32223,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -32437,7 +32354,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -32571,7 +32488,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -32650,7 +32567,7 @@ }, "responses": { "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -32738,7 +32655,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -32756,9 +32673,6 @@ }, "401": { "description": "The resource is protected and requires an authentication token" - }, - "403": { - "description": "The authenticated user do not have access to this resource" } }, "security": [ @@ -32796,7 +32710,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -32983,7 +32897,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -33090,7 +33004,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -33230,7 +33144,7 @@ } }, "200": { - "description": "Success", + "description": "OK", "headers": { "Umb-Notifications": { "description": "The list of notifications produced during the request.", @@ -33298,7 +33212,7 @@ ], "responses": { "200": { - "description": "Success", + "description": "OK", "content": { "application/json": { "schema": { @@ -33821,6 +33735,7 @@ "CreateDocumentRequestModel": { "required": [ "documentType", + "template", "values", "variants" ], @@ -35286,6 +35201,7 @@ "hasMediaRootAccess", "id", "isAdmin", + "languageIsoCode", "languages", "mediaStartNodeIds", "name", @@ -36567,6 +36483,10 @@ "icon": { "type": "string", "nullable": true + }, + "description": { + "type": "string", + "nullable": true } }, "additionalProperties": false @@ -36894,6 +36814,7 @@ }, "DocumentUrlInfoModel": { "required": [ + "culture", "url" ], "type": "object", @@ -38838,6 +38759,7 @@ }, "MediaUrlInfoModel": { "required": [ + "culture", "url" ], "type": "object", diff --git a/src/Umbraco.Cms.Api.Management/ViewModels/DocumentType/Item/DocumentTypeItemResponseModel.cs b/src/Umbraco.Cms.Api.Management/ViewModels/DocumentType/Item/DocumentTypeItemResponseModel.cs index 0833ee5036..0bdf780332 100644 --- a/src/Umbraco.Cms.Api.Management/ViewModels/DocumentType/Item/DocumentTypeItemResponseModel.cs +++ b/src/Umbraco.Cms.Api.Management/ViewModels/DocumentType/Item/DocumentTypeItemResponseModel.cs @@ -7,4 +7,6 @@ public class DocumentTypeItemResponseModel : NamedItemResponseModelBase public bool IsElement { get; set; } public string? Icon { get; set; } + + public string? Description { get; set; } }