Skip to main content
Version: 89.3.0

updateDocRuleInfo

PATCH 

/doc-rules/:docRuleId/info

Updates the descriptive data of a DocRule directly, without going through the draft workflow (editDocRule/publishDocRule): the changes are applied to the rule itself and are immediately effective.

Only the following fields can be updated: code, title, descr, notes, endDate. All the other header fields (externalRefNumber, startDate, applicationModeId, lockItemModeId, sequenceId), the rule definition, the touchpoints, the exclusions and the audiences are not updated through this service.

The service is available only for published DocRules without an open draft: in any other case a 400 is returned. code must be unique (its availability can be verified in advance through canUseDocRuleCode) and endDate must be greater than or equal to the startDate of the rule and must fall within the validity window (startDate, endDate) of the parent DocRuleGroup.

To access the service you need at least one of the following permissions:

Permission (one of)
updateDocRule

Request

Responses