Skip to main content
PATCH
Update rules (Partial)

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

objectTypeId
string
required

The unique identifier of the object type for which the pipeline rules are being updated.

pipelineId
string
required

The unique identifier of the pipeline whose rules are being updated.

Body

application/json
approvalStage
object

A rule that defines the approval process for a specific pipeline stage. It is defined using the PublicApprovalStageRuleRequest schema.

noBackwardsMovementRule
object

A rule that prevents moving backwards in the pipeline stages. It is defined using the PublicSequenceValidationRule schema.

noSkippingStagesRule
object

A rule that prevents skipping stages in the pipeline. It is defined using the PublicSequenceValidationRule schema.

objectCreationRule
object

A rule that specifies conditions for object creation within the pipeline. It is defined using the PublicObjectCreationRule schema.

Response

successful operation

createdAt
string<date-time>
required

The date and time when the pipeline rule was created.

governanceValidationRules
object
required
id
string
required

The unique identifier for the pipeline rule.

objectTypeId
string
required

The identifier for the type of object the pipeline rule is associated with.

pipelineId
string
required

The unique identifier for the pipeline to which the rule applies.

updatedAt
string<date-time>
required

The date and time when the pipeline rule was last updated.

approvalStage
object
Last modified on August 3, 2026