Update a pipeline entry
Pipeline entries
Update a pipeline entry
Updates a pipeline entry.
Use this endpoint to move a contact to another project stage by passing
the target stage UUID in stage_id. To find available stage IDs for a
project, call GET /projects/{id} and read data.pipeline.stages.
PUT
Update a pipeline entry
Authorizations
API key starting with leo_
Path Parameters
Pipeline entry ID
Body
application/json
Target pipeline stage UUID.
Deprecated. This field is accepted for compatibility but is not persisted on project pipeline entries.
Deprecated. This field is accepted for compatibility but is not persisted on project pipeline entries.
Response
Entry updated