changeDraftItemOwnership
PATCH/items/:id/draft-ownership
The draft of an item relates to two user profiles:
- The user that originally created the draft:
draftOwnerUserProfile
; - The user that is currently editing the draft:
currentDraftUserProfile
. This service changes thecurrentDraftUserProfile
. The item id must refer to a draft item. If the caller iscurrentDraftUserProfile
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) |
---|
changeDraftItemOwnership |