Propagate default values

post

/content/management/api/v1.1/taxonomies/{id}/categoryProperties/{propertyId}/propagateDefaultValues

Propagate the default values of a category property to all the categories under the taxonomy.

Request

Path Parameters
Query Parameters
Header Parameters
  • This parameter is used to control the interaction type (synchronous/asynchronous) of the request. If the header is provided with value respond-async, it indicates that asynchronous interaction is preferred. Otherwise, synchronous interaction is preferred. Asynchronous request is responded with 202 status with a status link in the location header. Synchronous request is responded with 200 along with response body.
    Allowed Values: [ "respond-async" ]
  • A custom header to mitigate CSRF attacks.
    Allowed Values: [ "XMLHttpRequest" ]
Body ()
Category property propagate default values request payload. User can choose between keep the existing property values or overwrite them using the field overwriteExistingValues.
Root Schema : CategoryPropertyPropagateDefaultValuesRequestBean
Type: object
Category Property Propagate Default Values Request
Show Source
Back to Top

Response

Supported Media Types

202 Response

Accepted.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

The requested resource was not found.

409 Response

The requested resource operation is temporarily unavailable

500 Response

Internal server error.
Back to Top