Skip to main content
Version: 87.1.1

changeDraftDocRuleOwnership

PATCH 

/doc-rules/:docRuleId/draft-ownership

The draft of a DocRule relates to two user profiles:

  1. the user that originally created the draft: draftOwnerUserProfile;
  2. the user currently editing the draft: currentDraftUserProfile. This service changes the currentDraftUserProfile. The id must refer to a DocRule draft. If the caller is the currentDraftUserProfile the change of ownership takes place immediately; otherwise a configurable amount of time must have passed since the last modification of the draft.

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

Permission (one of)
createDocRule
updateDocRule

Request

Responses