Update a pipeline stage

PATCH {{baseUrl}}/crm/v3/pipelines/:objectType/:pipelineId/stages/:stageId

Perform a partial update of the pipeline stage identified by {stageId} associated with the pipeline identified by {pipelineId}. Any properties not included in this update will keep their existing values. The updated stage will be returned in the response.

Request Body

{"metadata"=>{"ullamco7"=>"<string>", "eiusmodc1"=>"<string>", "Duis5"=>"<string>"}, "archived"=>"<boolean>", "displayOrder"=>"<integer>", "label"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;displayOrder&quot;:&quot;\u003cinteger\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;metadata&quot;:{&quot;mollit9f&quot;:&quot;\u003cstring\u003e&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;writePermissions&quot;:&quot;READ_ONLY&quot;}