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

Path Parameters

projectUuid
string
required

Body

application/json
action
object
required
item
object
required
  • Option 1
  • Option 2
  • Option 3

Response

Success

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