PUT - Lock asset for a user
Use this endpoint for locking an unlocked asset for a user
PUT
https://api.readyplayer.me/v1/assets/:id/lock
Path Parameters
Name | Type | Description |
---|---|---|
* | String | The id of the asset you want to lock |
Request Body
Name | Type | Description |
---|---|---|
data.userId* | String | The id of the user you want to lock the asset for |
Example Request Body
Last updated