Replace a pipeline stage

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

Replace all the properties of an existing pipeline stage with the values provided. The updated stage will be returned in the response.

Request Body

{"displayOrder"=>"<integer>", "label"=>"<string>", "metadata"=>{"cupidatat7f2"=>"<string>", "esse4_6"=>"<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;}