Copies the specified documents.

Use the /authoring/v1/copy/sync endpoint to copy the specified documents for the current tenant.
Currently supported document classifications are asset and content.
As for all Acoustic Content PUT and POST requests, the Content-Type header should be set to application/json.

User roles: admin, manager

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Optional comma separated list of reference types to clear within copied documents.
Supported values: asset, content, category, image-profile

string

Optional comma separated list of reference types to copy (when referenceLevels > 0).
Defaults to the reference types of the initial items to copy.
Supported values: asset, content

number

The number of reference levels to copy. Defaults to 0, meaning to copy only the specified items.

boolean

Specifies whether the elements on the last level of references should have their elements cleared.
Has no effect when referencesLevels is not greater than zero.

Body Params

The list of documents to copy

The items to copy. The items need to be either ready OR belong to same project. Additional parameters "name", "add" and "remove" can be passed with each item to modify the name and add or remove a property from the copied item. Format is "[classification]:[id]?name=[custom-name];remove={"kind":["sample"],"description":""};add={"kind":["email"]}"
The above parameters mean that the
(a) name of the copied item would be

Headers
string
enum

Specify now to bypass the publishing schedule.

Allowed:
Responses

400

Tenant header (x-ibm-dx-tenant-id) not specified OR Tenant not found OR copy items belong to different projects.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json