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

Autorizaciones

api_access_token
string
header
requerido

Parámetros de ruta

pipeline_id
string<uuid>
requerido
id
string<uuid>
requerido

Cuerpo

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

Respuesta

Items moved successfully

success
boolean
requerido
Ejemplo:

true

data
object
requerido
meta
object
requerido
message
string
requerido
Ejemplo:

"Items moved successfully"