Was this helpful?
Get all unlocks associated with a file.
/api/files/{id}/unlocks
curl -L \ --url 'api.rair.market/api/files/{id}/unlocks'
No body
Update unlocks associated with a file
curl -L \ --request POST \ --url 'api.rair.market/api/files/{id}/unlocks' \ --header 'Content-Type: application/json' \ --data '{"offers":[null]}'
Remove an unlock from a file.
curl -L \ --request DELETE \ --url 'api.rair.market/api/files/{id}/unlocks'