Copy a category

post

/content/management/api/v1.1/taxonomies/{id}/categories/{categoryId}/copy

and all descendants under a target category.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
Category copy request payload. The status and version will be used to determine the source taxonomy. Currently, the status and version are not used because copy is supported only on draft taxonomies.The targetParentId is the parent category for the newly created copy. The targetPosition will be the position of the copy category among its new siblings.

The entire subtree of this category will also be copied. Field apiName will be automatically generated for all copies.

This is an asynchronous operation. Asynchronous request is responded with 202 status with a status link in the location header.
Root Schema : CategoryOperationRequest
Type: object
Category Operation 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