Update Lock status of an Item

put

/content/management/api/v1.1/items/{id}/lockInfo

Update lock status of a given item.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
Updates the lock status of an item based on the payload passed. The fields lockedBy, lockedDate and links will be ignored even if given in the payload.
Root Schema : ItemSubResourceListLockInfo
Type: object
LockInfo
Show Source
Nested Schema : LockInfo
Type: object
LockInfo
Show Source
Nested Schema : date
Type: object
date
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : ItemSubResourceListLockInfo
Type: object
LockInfo
Show Source
Nested Schema : LockInfo
Type: object
LockInfo
Show Source
Nested Schema : date
Type: object
date
Show Source

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top