v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Copies charts in place or into another folder

Requires scopes chart:write.

post/charts/copy

Request body

idsstring[] required

The IDs of the charts that should be copied.

markAsCopyboolean

Determines whether "(Copy)" will be added to the title of the copied chart. Will be overriden if the source chart is a template owned by another team/user ("Edit in Datawrapper"), in which case "(Copy)" is never added.

Example request

{
  "destination": {
    "teamId": "ABCdEFgh",
    "workspace": "my-workspace"
  }
}

Response

Successful