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
-
id: string
id of the taxonomy.
-
propertyId: string
Unique identifier (id) for a category property definition.
Query Parameters
-
links(optional): string
This parameter accepts a comma-separated list of link names. By default, this parameter gives all the links applicable. Possible values are: self, canonical, describedby
Header Parameters
-
Prefer(optional): string
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" ]
-
X-Requested-With: string
A custom header to mitigate CSRF attacks.Allowed Values:
[ "XMLHttpRequest" ]
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
-
overwriteExistingValues(optional):
boolean
Indicates whether the server should overwrite existing values or not.
Response
Supported Media Types
- application/json
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.