diff --git a/src/Umbraco.Cms.Api.Management/OpenApi.json b/src/Umbraco.Cms.Api.Management/OpenApi.json index 57f201b4eb..636227d2b9 100644 --- a/src/Umbraco.Cms.Api.Management/OpenApi.json +++ b/src/Umbraco.Cms.Api.Management/OpenApi.json @@ -31,7 +31,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -41,74 +40,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -174,7 +110,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -184,74 +119,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -309,7 +181,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -319,74 +190,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -428,7 +236,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -438,74 +245,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -543,70 +287,6 @@ "Data Type" ], "operationId": "PostDataType", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -686,68 +366,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -795,68 +413,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -907,68 +463,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -1040,68 +534,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -1163,68 +595,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -1274,68 +644,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -1387,68 +695,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -1498,70 +744,6 @@ "Data Type" ], "operationId": "PostDataTypeFolder", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -1618,68 +800,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -1727,68 +847,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -1819,68 +877,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -1935,68 +931,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -2051,68 +985,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -2162,7 +1034,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -2172,7 +1043,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -2186,68 +1056,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -2289,7 +1097,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -2299,7 +1106,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -2313,68 +1119,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -2416,7 +1160,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -2426,74 +1169,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -2529,70 +1209,6 @@ "Dictionary" ], "operationId": "PostDictionary", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -2692,68 +1308,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -2801,68 +1355,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -2913,68 +1405,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -3054,68 +1484,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -3168,68 +1536,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -3292,70 +1598,6 @@ "Dictionary" ], "operationId": "PostDictionaryImport", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -3438,68 +1680,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -3558,7 +1738,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -3568,74 +1747,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -3677,7 +1793,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -3687,74 +1802,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -3804,68 +1856,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -3916,7 +1906,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -3926,74 +1915,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -4031,70 +1957,6 @@ "Document Type" ], "operationId": "PostDocumentType", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -4144,68 +2006,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -4253,68 +2053,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -4362,68 +2100,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -4481,68 +2157,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -4601,7 +2215,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -4611,7 +2224,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -4625,68 +2237,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -4728,7 +2278,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -4738,7 +2287,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -4752,68 +2300,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -4851,70 +2337,6 @@ "Document" ], "operationId": "PostDocument", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -4977,68 +2399,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -5086,68 +2446,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -5181,68 +2479,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -5297,68 +2533,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -5423,68 +2597,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -5512,68 +2624,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -5622,68 +2672,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -5738,68 +2726,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -5856,68 +2782,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -5987,68 +2851,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6107,7 +2909,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -6117,74 +2918,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6229,7 +2967,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -6239,74 +2976,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6359,7 +3033,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -6369,7 +3042,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -6390,68 +3062,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6493,7 +3103,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -6503,7 +3112,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -6524,68 +3132,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6627,7 +3173,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -6637,74 +3182,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6750,68 +3232,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6860,68 +3280,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -6962,70 +3320,6 @@ "Health Check" ], "operationId": "PostHealthCheckExecuteAction", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -7118,7 +3412,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -7127,7 +3420,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -7140,68 +3432,6 @@ "type": "string", "default": "https://our.umbraco.com" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -7263,7 +3493,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -7272,73 +3501,10 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -7384,68 +3550,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -7511,68 +3615,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -7630,70 +3672,6 @@ "Install" ], "operationId": "GetInstallSettings", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "400": { "description": "Bad Request", @@ -7764,70 +3742,6 @@ "Install" ], "operationId": "PostInstallSetup", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -7900,70 +3814,6 @@ "Install" ], "operationId": "PostInstallValidateDatabase", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -8020,7 +3870,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -8030,74 +3879,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -8133,70 +3919,6 @@ "Language" ], "operationId": "PostLanguage", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -8275,68 +3997,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -8383,68 +4043,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -8511,68 +4109,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -8646,68 +4182,6 @@ "type": "string" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -8758,7 +4232,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -8768,74 +4241,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -8889,68 +4299,6 @@ "type": "string", "format": "date-time" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -9012,7 +4360,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -9022,7 +4369,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -9068,68 +4414,6 @@ "type": "string", "format": "date-time" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -9171,7 +4455,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -9181,7 +4464,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -9203,68 +4485,6 @@ "type": "string", "format": "date-time" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -9326,7 +4546,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -9336,74 +4555,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -9439,70 +4595,6 @@ "Log Viewer" ], "operationId": "PostLogViewerSavedSearch", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -9578,68 +4670,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -9686,68 +4716,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -9787,68 +4755,6 @@ "type": "string", "format": "date-time" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -9898,68 +4804,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -10012,68 +4856,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -10132,7 +4914,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -10142,7 +4923,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -10156,68 +4936,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -10259,7 +4977,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -10269,7 +4986,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -10283,68 +4999,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -10382,70 +5036,6 @@ "Media" ], "operationId": "PostMedia", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -10508,68 +5098,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -10617,68 +5145,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -10712,68 +5178,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -10828,68 +5232,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -10955,68 +5297,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11075,7 +5355,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -11085,74 +5364,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11197,7 +5413,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -11207,74 +5422,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11327,7 +5479,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -11337,7 +5488,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -11351,68 +5501,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11469,68 +5557,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11581,7 +5607,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -11591,7 +5616,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -11605,68 +5629,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11716,68 +5678,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11828,7 +5728,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -11838,74 +5737,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -11955,68 +5791,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -12067,7 +5841,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -12077,74 +5850,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -12194,68 +5904,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -12302,70 +5950,6 @@ "Models Builder" ], "operationId": "PostModelsBuilderBuild", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success" @@ -12404,70 +5988,6 @@ "Models Builder" ], "operationId": "GetModelsBuilderDashboard", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -12503,70 +6023,6 @@ "Models Builder" ], "operationId": "GetModelsBuilderStatus", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -12606,7 +6062,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -12616,74 +6071,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -12729,68 +6121,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -12838,7 +6168,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -12848,74 +6177,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -12951,70 +6217,6 @@ "Package" ], "operationId": "PostPackageCreated", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -13094,68 +6296,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -13203,68 +6343,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -13295,68 +6373,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -13408,68 +6424,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -13513,70 +6467,6 @@ "Package" ], "operationId": "GetPackageManifest", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -13625,7 +6515,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -13635,74 +6524,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -13747,68 +6573,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -13844,70 +6608,6 @@ "Partial View" ], "operationId": "PostPartialView", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -13960,68 +6660,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -14040,70 +6678,6 @@ "Partial View" ], "operationId": "PutPartialView", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -14148,68 +6722,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -14228,70 +6740,6 @@ "Partial View" ], "operationId": "PostPartialViewFolder", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -14334,68 +6782,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -14427,68 +6813,6 @@ "type": "string" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -14539,7 +6863,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -14549,74 +6872,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -14662,68 +6922,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -14772,7 +6970,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -14782,74 +6979,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -14891,7 +7025,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -14901,74 +7034,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -15006,70 +7076,6 @@ "Profiling" ], "operationId": "GetProfilingStatus", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -15103,70 +7109,6 @@ "Profiling" ], "operationId": "PutProfilingStatus", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -15219,68 +7161,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -15338,70 +7218,6 @@ "Published Cache" ], "operationId": "PostPublishedCacheCollect", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success" @@ -15420,70 +7236,6 @@ "Published Cache" ], "operationId": "PostPublishedCacheRebuild", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success" @@ -15502,70 +7254,6 @@ "Published Cache" ], "operationId": "PostPublishedCacheReload", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success" @@ -15584,70 +7272,6 @@ "Published Cache" ], "operationId": "GetPublishedCacheStatus", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -15687,30 +7311,13 @@ { "name": "filter", "in": "query", - "description": "Defines how to filter the fetched content items. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", "schema": { "type": "string" - }, - "examples": { - "Default filter": { - "value": "" - }, - "Filter by content type": { - "value": [ - "contentType:alias1" - ] - }, - "Filter by name": { - "value": [ - "name:nodeName" - ] - } } }, { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -15719,73 +7326,10 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -15856,7 +7400,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -15865,73 +7408,10 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -15976,68 +7456,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -16058,70 +7476,6 @@ "Redirect Management" ], "operationId": "GetRedirectManagementStatus", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -16162,68 +7516,6 @@ "schema": { "$ref": "#/components/schemas/RedirectStatusModel" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -16244,70 +7536,6 @@ "Relation Type" ], "operationId": "PostRelationType", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -16384,68 +7612,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -16493,68 +7659,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -16602,68 +7706,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -16772,68 +7814,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -16884,7 +7864,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -16894,74 +7873,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -17008,68 +7924,6 @@ "type": "integer", "format": "int32" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -17123,7 +7977,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -17132,7 +7985,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -17145,68 +7997,6 @@ "type": "string", "default": "" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -17257,7 +8047,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -17267,74 +8056,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -17379,68 +8105,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -17476,70 +8140,6 @@ "Script" ], "operationId": "PostScript", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -17592,68 +8192,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -17672,70 +8210,6 @@ "Script" ], "operationId": "PutScript", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -17780,68 +8254,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -17860,70 +8272,6 @@ "Script" ], "operationId": "PostScriptFolder", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -17966,68 +8314,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -18059,68 +8345,6 @@ "type": "string" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -18178,7 +8402,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -18188,74 +8411,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -18297,7 +8457,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -18307,74 +8466,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -18416,7 +8512,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -18425,73 +8520,10 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -18548,7 +8580,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -18557,73 +8588,10 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -18681,70 +8649,6 @@ "Security" ], "operationId": "GetSecurityBackOfficeAuthorize", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success" @@ -18758,70 +8662,6 @@ "Security" ], "operationId": "PostSecurityBackOfficeLogin", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -18854,70 +8694,6 @@ "Server" ], "operationId": "GetServerStatus", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "400": { "description": "Bad Request", @@ -18968,70 +8744,6 @@ "Server" ], "operationId": "GetServerVersion", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "400": { "description": "Bad Request", @@ -19098,68 +8810,6 @@ "type": "string" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -19217,7 +8867,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -19227,74 +8876,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -19336,7 +8922,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -19346,74 +8931,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -19458,68 +8980,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -19555,70 +9015,6 @@ "Stylesheet" ], "operationId": "PostStylesheet", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -19671,68 +9067,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -19751,70 +9085,6 @@ "Stylesheet" ], "operationId": "PutStylesheet", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -19856,7 +9126,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -19866,74 +9135,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -19978,68 +9184,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -20058,70 +9202,6 @@ "Stylesheet" ], "operationId": "PostStylesheetFolder", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -20164,68 +9244,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -20257,68 +9275,6 @@ "type": "string" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -20365,70 +9321,6 @@ "Stylesheet" ], "operationId": "PostStylesheetRichTextExtractRules", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -20483,70 +9375,6 @@ "Stylesheet" ], "operationId": "PostStylesheetRichTextInterpolateRules", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -20608,68 +9436,6 @@ "schema": { "type": "string" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -20718,7 +9484,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -20728,74 +9493,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -20837,7 +9539,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -20847,74 +9548,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -20977,7 +9615,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -20987,74 +9624,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -21096,7 +9670,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" @@ -21105,73 +9678,10 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -21209,70 +9719,6 @@ "Telemetry" ], "operationId": "GetTelemetryLevel", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -21306,70 +9752,6 @@ "Telemetry" ], "operationId": "PostTelemetryLevel", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -21427,70 +9809,6 @@ "Template" ], "operationId": "PostTemplate", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -21570,68 +9888,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -21679,68 +9935,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -21791,68 +9985,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -21927,68 +10059,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -22035,70 +10105,6 @@ "Template" ], "operationId": "PostTemplateQueryExecute", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -22153,70 +10159,6 @@ "Template" ], "operationId": "GetTemplateQuerySettings", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -22260,68 +10202,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -22374,7 +10254,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -22384,74 +10263,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -22493,7 +10309,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -22503,74 +10318,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -22608,70 +10360,6 @@ "Temporary File" ], "operationId": "PostTemporaryfile", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "multipart/form-data": { @@ -22756,68 +10444,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -22902,68 +10528,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -23024,70 +10588,6 @@ "Tour" ], "operationId": "GetTour", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -23121,70 +10621,6 @@ "Tour" ], "operationId": "PostTour", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -23235,7 +10671,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int64", @@ -23245,7 +10680,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int64", @@ -23259,68 +10693,6 @@ "type": "boolean", "default": false } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -23371,7 +10743,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int64" @@ -23380,7 +10751,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int64" @@ -23393,68 +10763,6 @@ "type": "boolean", "default": true } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -23508,7 +10816,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int64", @@ -23518,7 +10825,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int64", @@ -23532,68 +10838,6 @@ "type": "boolean", "default": true } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -23631,70 +10875,6 @@ "Upgrade" ], "operationId": "PostUpgradeAuthorize", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success" @@ -23753,70 +10933,6 @@ "Upgrade" ], "operationId": "GetUpgradeSettings", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -23872,70 +10988,6 @@ "User Group" ], "operationId": "PostUserGroup", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -24005,7 +11057,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -24015,74 +11066,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -24129,68 +11117,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -24238,68 +11164,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -24330,68 +11194,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -24446,68 +11248,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -24554,70 +11294,6 @@ "User" ], "operationId": "PostUser", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -24694,7 +11370,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -24704,74 +11379,11 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", "default": 100 } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -24818,68 +11430,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -24927,68 +11477,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -25016,68 +11504,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -25126,68 +11552,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -25215,68 +11579,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -25345,68 +11647,6 @@ "type": "string", "format": "uuid" } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "requestBody": { @@ -25446,70 +11686,6 @@ "User" ], "operationId": "GetUserCurrent", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -25545,70 +11721,6 @@ "User" ], "operationId": "PostUserCurrentAvatar", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -25646,70 +11758,6 @@ "User" ], "operationId": "PostUserCurrentChangePassword", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -25747,70 +11795,6 @@ "User" ], "operationId": "GetUserCurrentData", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -25846,70 +11830,6 @@ "User" ], "operationId": "GetUserCurrentLogins", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "responses": { "200": { "description": "Success", @@ -25957,68 +11877,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -26077,68 +11935,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -26197,68 +11993,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -26305,70 +12039,6 @@ "User" ], "operationId": "PostUserDisable", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -26426,70 +12096,6 @@ "User" ], "operationId": "PostUserEnable", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -26551,7 +12157,6 @@ { "name": "skip", "in": "query", - "description": "Specifies the number of found content items to skip. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -26561,7 +12166,6 @@ { "name": "take", "in": "query", - "description": "Specifies the number of found content items to take. Use this to control pagination of the response.", "schema": { "type": "integer", "format": "int32", @@ -26608,87 +12212,9 @@ { "name": "filter", "in": "query", - "description": "Defines how to filter the fetched content items. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", "schema": { "type": "string", "default": "" - }, - "examples": { - "Default filter": { - "value": "" - }, - "Filter by content type": { - "value": [ - "contentType:alias1" - ] - }, - "Filter by name": { - "value": [ - "name:nodeName" - ] - } - } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" } } ], @@ -26710,70 +12236,6 @@ "User" ], "operationId": "PostUserInvite", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -26833,68 +12295,6 @@ "format": "uuid" } } - }, - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } } ], "responses": { @@ -26941,70 +12341,6 @@ "User" ], "operationId": "PostUserSetUserGroups", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": { @@ -27042,70 +12378,6 @@ "User" ], "operationId": "PostUserUnlock", - "parameters": [ - { - "name": "expand", - "in": "query", - "description": "Defines the properties that should be expanded in the response. Refer to [the documentation](https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api#query-parameters) for more details on this.", - "schema": { - "type": "string" - }, - "examples": { - "Expand none": { - "value": "" - }, - "Expand all": { - "value": "all" - }, - "Expand specific property": { - "value": "property:alias1" - }, - "Expand specific properties": { - "value": "property:alias1,alias2" - } - } - }, - { - "name": "Accept-Language", - "in": "header", - "description": "Defines the language to return. Use this when querying language variant content items.", - "schema": { - "type": "string" - }, - "examples": { - "Default": { - "value": "" - }, - "English culture": { - "value": "en-us" - } - } - }, - { - "name": "Api-Key", - "in": "header", - "description": "API key specified through configuration to authorize access to the API.", - "schema": { - "type": "string" - } - }, - { - "name": "Preview", - "in": "header", - "description": "Whether to request draft content.", - "schema": { - "type": "boolean" - } - }, - { - "name": "Start-Item", - "in": "header", - "description": "URL segment or GUID of a root content item.", - "schema": { - "type": "string" - } - } - ], "requestBody": { "content": { "application/json": {