Skip to main content
POST
/
api
/
v2
/
content
/
bulk-action
/
{projectUuid}
/
move
cURL
curl --request POST \
  --url http://api/v2/content/bulk-action/{projectUuid}/move \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": {
    "targetSpaceUuid": "<string>",
    "type": "move"
  },
  "content": [
    {
      "source": "dbt_explore",
      "contentType": "chart",
      "uuid": "<string>"
    }
  ]
}
'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

application/json
action
object
required
content
object[]
required
  • Option 1
  • Option 2
  • Option 3

Response

Success

status
enum<string>
required
Available options:
ok
results
any