Skip to main content
POST
/
workflow-collections
/
move
Move a workflow or workflow collection into another collection
curl --request POST \
  --url https://core.ravenna.ai/api/workflow-collections/move \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "id": "<string>",
  "type": "collection",
  "targetId": "<string>"
}'
"<any>"

Authorizations

x-ravenna-api-token
string
header
required

Body

application/json
id
string
required
type
enum<string>
required
Available options:
collection,
workflow
targetId
string | null
required

Response

Successful response

The response is of type any.