v1
latestOpenAPI 3.0.32026-07-13142734.3 KBasset
Lock asset for a user
Use this endpoint for locking an unlocked asset for a user
put/assets/{assetId}/lock
Path parameters
assetIdstring required
The id of the asset
Request body
Example request
{
"data": {
"userId": "64943d471dc01e086ac887ee"
}
}Response
If the asset was successfully locked for the user, it would return status 204. No response body.