Skip to main content
Version: 68.0.1

changeDraftItemOwnership

PATCH 

/items/:id/draft-ownership

The draft of an item relates to two user profiles:

  1. The user that originally created the draft: draftOwnerUserProfile;
  2. The user that is currently editing the draft: currentDraftUserProfile. This service changes the currentDraftUserProfile. The item id must refer to a draft item. If the caller is 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)
changeDraftItemOwnership

Request

Responses