You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
GET /family/1/lock - return true/false if the resource is locked
POST /family/1/lock - lock the resource, return true/false if the resource is successfully locked
GET /family/1 - with depth=2 return a locked property so we don't have to check for /lock
DELETE /family/1/lock - unlock the resource, return true/false if the resource is successfully unlocked, can only unlock a resource
POST /family/1 - return a 423 Locked if the resource is locked by another user
The text was updated successfully, but these errors were encountered:
GET /family/1/lock - return true/false if the resource is locked
POST /family/1/lock - lock the resource, return true/false if the resource is successfully locked
GET /family/1 - with depth=2 return a locked property so we don't have to check for /lock
DELETE /family/1/lock - unlock the resource, return true/false if the resource is successfully unlocked, can only unlock a resource
POST /family/1 - return a 423 Locked if the resource is locked by another user
The text was updated successfully, but these errors were encountered: