Skip to main content
POST
Move all items from one stage to another

Authorizations

api_access_token
string
header
required

Path Parameters

pipeline_id
string<uuid>
required
id
string<uuid>
required

Body

application/json
from_stage_id
string<uuid>
required
to_stage_id
string<uuid>
required

Response

Items moved successfully

success
boolean
required
Example:

true

data
object
required
meta
object
required
message
string
required
Example:

"Items moved successfully"