Skip to content

Reorder path elements​

PUT
/api/campaigns/{id}/paths/{pid}/elements/reorder

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required
pid*
Type
integer
Required

Request Body​

application/json
JSON
{
  
"ids": [
  
  
0
  
]
}

Responses​

Reordered

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI