diff --git a/src/Umbraco.Web.UI.Client/src/external/backend-api/src/services.ts b/src/Umbraco.Web.UI.Client/src/external/backend-api/src/services.ts index 13a7f127f5..a5467b5bf7 100644 --- a/src/Umbraco.Web.UI.Client/src/external/backend-api/src/services.ts +++ b/src/Umbraco.Web.UI.Client/src/external/backend-api/src/services.ts @@ -53,6 +53,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -132,6 +133,7 @@ export class DataTypeService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -154,6 +156,7 @@ export class DataTypeService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -178,6 +181,7 @@ export class DataTypeService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -205,6 +209,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -231,6 +236,7 @@ requestBody responseHeader: 'Umb-Generated-Resource', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -253,6 +259,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -279,6 +286,7 @@ requestBody responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -301,6 +309,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -317,6 +326,7 @@ requestBody url: '/umbraco/management/api/v1/data-type/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -339,6 +349,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -361,6 +372,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -385,6 +397,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -412,6 +425,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -438,6 +452,7 @@ editorAlias }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -459,6 +474,7 @@ editorAlias }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -482,6 +498,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -503,6 +520,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -527,6 +545,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -550,6 +569,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -577,6 +597,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -623,6 +644,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -647,6 +669,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -701,6 +724,7 @@ includeChildren }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -728,6 +752,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -751,6 +776,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -773,6 +799,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -794,6 +821,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -817,6 +845,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -839,6 +868,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -865,6 +895,7 @@ export class DocumentBlueprintService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -887,6 +918,7 @@ export class DocumentBlueprintService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -911,6 +943,7 @@ export class DocumentBlueprintService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -938,6 +971,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -964,6 +998,7 @@ requestBody responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -987,6 +1022,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1009,6 +1045,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1033,6 +1070,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1060,6 +1098,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1105,6 +1144,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1129,6 +1169,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1152,6 +1193,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1178,6 +1220,7 @@ export class DocumentTypeService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1200,6 +1243,7 @@ export class DocumentTypeService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1223,6 +1267,7 @@ export class DocumentTypeService { responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1250,6 +1295,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1277,6 +1323,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1300,6 +1347,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1327,6 +1375,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1354,6 +1403,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1377,6 +1427,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1397,6 +1448,7 @@ take mediaType: 'application/json', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1412,6 +1464,7 @@ take url: '/umbraco/management/api/v1/document-type/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1434,6 +1487,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1456,6 +1510,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1480,6 +1535,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1507,6 +1563,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1529,6 +1586,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1552,6 +1610,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1573,6 +1632,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1597,6 +1657,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1620,6 +1681,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -1649,6 +1711,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1672,6 +1735,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1700,6 +1764,7 @@ preventCleanup errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1728,6 +1793,7 @@ culture errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1765,6 +1831,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1914,6 +1981,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -1941,6 +2009,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, 409: `Conflict`, }, @@ -2043,6 +2112,7 @@ requestBody responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -2226,6 +2296,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2252,6 +2323,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2331,6 +2403,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2346,6 +2419,7 @@ take url: '/umbraco/management/api/v1/document/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2415,6 +2489,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2438,6 +2513,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2556,6 +2632,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2578,6 +2655,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2599,6 +2677,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2623,6 +2702,7 @@ dataTypeId }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2646,6 +2726,7 @@ dataTypeId }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2670,6 +2751,7 @@ export class DynamicRootService { mediaType: 'application/json', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2685,6 +2767,7 @@ export class DynamicRootService { url: '/umbraco/management/api/v1/dynamic-root/steps', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2711,6 +2794,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2732,6 +2816,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -2754,6 +2839,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -2776,6 +2862,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -2965,6 +3052,7 @@ export class LanguageService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3009,6 +3097,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3055,6 +3144,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3082,6 +3172,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3109,6 +3200,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3132,6 +3224,7 @@ endDate errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3159,6 +3252,7 @@ endDate }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3184,6 +3278,7 @@ endDate errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3206,6 +3301,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3228,6 +3324,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3249,6 +3346,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3272,6 +3370,7 @@ take responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3296,6 +3395,7 @@ endDate errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3315,6 +3415,7 @@ export class ManifestService { url: '/umbraco/management/api/v1/manifest/manifest', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3330,6 +3431,7 @@ export class ManifestService { url: '/umbraco/management/api/v1/manifest/manifest/private', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3367,6 +3469,7 @@ export class MediaTypeService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3390,6 +3493,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3412,6 +3516,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3434,6 +3539,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3457,6 +3563,7 @@ take responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3484,6 +3591,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3511,6 +3619,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3534,6 +3643,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3561,6 +3671,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3588,6 +3699,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3611,6 +3723,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3631,6 +3744,7 @@ take mediaType: 'application/json', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3653,6 +3767,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3675,6 +3790,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3699,6 +3815,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3726,6 +3843,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3748,6 +3866,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3772,6 +3891,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3795,6 +3915,7 @@ foldersOnly }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3827,6 +3948,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -3849,6 +3971,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -3872,6 +3995,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4050,6 +4174,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4076,6 +4201,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4127,6 +4253,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4142,6 +4269,7 @@ take url: '/umbraco/management/api/v1/media/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4308,6 +4436,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4330,6 +4459,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4351,6 +4481,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4375,6 +4506,7 @@ dataTypeId }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4398,6 +4530,7 @@ dataTypeId }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4423,6 +4556,7 @@ export class MemberGroupService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4445,6 +4579,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4466,6 +4601,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4487,6 +4623,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4511,6 +4648,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4537,6 +4675,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4560,6 +4699,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4585,6 +4725,7 @@ export class MemberTypeService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4608,6 +4749,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4630,6 +4772,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4652,6 +4795,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4675,6 +4819,7 @@ take responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4702,6 +4847,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4725,6 +4871,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4749,6 +4896,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4770,6 +4918,7 @@ requestBody mediaType: 'application/json', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4792,6 +4941,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4825,6 +4975,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4847,6 +4998,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4870,6 +5022,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -4892,6 +5045,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4914,6 +5068,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4938,6 +5093,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4965,6 +5121,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -4992,6 +5149,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5008,6 +5166,7 @@ requestBody url: '/umbraco/management/api/v1/member/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5030,6 +5189,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5051,6 +5211,7 @@ export class ModelsBuilderService { responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 428: `Client Error`, }, }); @@ -5067,6 +5228,7 @@ export class ModelsBuilderService { url: '/umbraco/management/api/v1/models-builder/dashboard', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5082,6 +5244,7 @@ export class ModelsBuilderService { url: '/umbraco/management/api/v1/models-builder/status', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5134,6 +5297,7 @@ export class PackageService { responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, 409: `Conflict`, }, @@ -5151,6 +5315,7 @@ export class PackageService { url: '/umbraco/management/api/v1/package/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5173,6 +5338,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5195,6 +5361,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5217,6 +5384,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5240,6 +5408,7 @@ take responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5266,6 +5435,7 @@ requestBody responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5288,6 +5458,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5311,6 +5482,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5336,6 +5508,7 @@ export class PartialViewService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5358,6 +5531,7 @@ export class PartialViewService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5380,6 +5554,7 @@ export class PartialViewService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5404,6 +5579,7 @@ export class PartialViewService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5431,6 +5607,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5458,6 +5635,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5481,6 +5659,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5503,6 +5682,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5527,6 +5707,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5550,6 +5731,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5571,6 +5753,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -5593,6 +5776,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5616,6 +5800,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5638,6 +5823,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5693,6 +5879,7 @@ export class ProfilingService { url: '/umbraco/management/api/v1/profiling/status', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5714,6 +5901,7 @@ export class ProfilingService { responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5741,6 +5929,7 @@ propertyAlias errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5836,6 +6025,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5862,6 +6052,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5884,6 +6075,7 @@ take responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5899,6 +6091,7 @@ take url: '/umbraco/management/api/v1/redirect-management/status', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5921,6 +6114,7 @@ take responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5946,6 +6140,7 @@ export class RelationTypeService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5968,6 +6163,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -5989,6 +6185,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6020,6 +6217,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6046,6 +6244,7 @@ export class ScriptService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6068,6 +6267,7 @@ export class ScriptService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6090,6 +6290,7 @@ export class ScriptService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6114,6 +6315,7 @@ export class ScriptService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6141,6 +6343,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6168,6 +6371,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6191,6 +6395,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6213,6 +6418,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6237,6 +6443,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6259,6 +6466,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6282,6 +6490,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6304,6 +6513,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6399,6 +6609,7 @@ export class SecurityService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6421,6 +6632,7 @@ export class SecurityService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6623,6 +6835,7 @@ export class StylesheetService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6645,6 +6858,7 @@ export class StylesheetService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6667,6 +6881,7 @@ export class StylesheetService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6691,6 +6906,7 @@ export class StylesheetService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6718,6 +6934,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6745,6 +6962,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6768,6 +6986,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6790,6 +7009,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6814,6 +7034,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -6836,6 +7057,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6859,6 +7081,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6881,6 +7104,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6936,6 +7160,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6951,6 +7176,7 @@ take url: '/umbraco/management/api/v1/telemetry/level', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6973,6 +7199,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -6998,6 +7225,7 @@ export class TemplateService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7021,6 +7249,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7043,6 +7272,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -7065,6 +7295,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -7089,6 +7320,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -7116,6 +7348,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -7132,6 +7365,7 @@ requestBody url: '/umbraco/management/api/v1/template/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7152,6 +7386,7 @@ requestBody mediaType: 'application/json', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7167,6 +7402,7 @@ requestBody url: '/umbraco/management/api/v1/template/query/settings', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7188,6 +7424,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7211,6 +7448,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7233,6 +7471,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7341,6 +7580,7 @@ export class UpgradeService { responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 428: `Client Error`, 500: `Server Error`, }, @@ -7358,6 +7598,7 @@ export class UpgradeService { url: '/umbraco/management/api/v1/upgrade/settings', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 428: `Client Error`, }, }); @@ -7480,6 +7721,7 @@ export class UserGroupService { }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7525,6 +7767,7 @@ export class UserGroupService { errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7547,6 +7790,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7619,6 +7863,7 @@ requestBody responseHeader: 'Umb-Notifications', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -7706,6 +7951,7 @@ filter errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -7728,6 +7974,7 @@ filter }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -7750,6 +7997,7 @@ filter errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -7796,6 +8044,7 @@ take }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8042,6 +8291,7 @@ requestBody url: '/umbraco/management/api/v1/user/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -8057,7 +8307,6 @@ requestBody url: '/umbraco/management/api/v1/user/current', errors: { 401: `The resource is protected and requires an authentication token`, - 403: `The authenticated user do not have access to this resource`, }, }); } @@ -8172,7 +8421,6 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, - 403: `The authenticated user do not have access to this resource`, }, }); } @@ -8210,6 +8458,7 @@ requestBody url: '/umbraco/management/api/v1/user/current/configuration', errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); } @@ -8361,6 +8610,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8383,6 +8633,7 @@ requestBody responseHeader: 'Umb-Notifications', errors: { 400: `Bad Request`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8406,6 +8657,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8427,6 +8679,7 @@ requestBody mediaType: 'application/json', errors: { 400: `Bad Request`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8521,6 +8774,7 @@ take errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8570,6 +8824,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8594,6 +8849,7 @@ requestBody errors: { 400: `Bad Request`, 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, 404: `Not Found`, }, }); @@ -8616,6 +8872,7 @@ requestBody }, errors: { 401: `The resource is protected and requires an authentication token`, + 403: `The authenticated user do not have access to this resource`, }, }); }