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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"archived":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","displayOrder":"\u003cinteger\u003e","id":"\u003cstring\u003e","label":"\u003cstring\u003e","metadata":{"mollit9f":"\u003cstring\u003e"},"updatedAt":"\u003cdateTime\u003e","archivedAt":"\u003cdateTime\u003e","writePermissions":"READ_ONLY"}