Was this helpful?
Remove an unlock from a file.
DELETE /api/files/{id}/unlocks HTTP/1.1 Host: api.rair.market Accept: */*
OK
No content
Get all unlocks associated with a file.
GET /api/files/{id}/unlocks HTTP/1.1 Host: api.rair.market Accept: */*
Update unlocks associated with a file
POST /api/files/{id}/unlocks HTTP/1.1 Host: api.rair.market Content-Type: application/json Accept: */* Content-Length: 19 { "offers": [ "text" ] }