Was this helpful?
Fetch information about a single file.
GET /api/files/byId/{mediaId} HTTP/1.1 Host: api.rair.market Accept: */*
OK
No content
Update access information about a single file.
PUT /api/files/byId/{mediaId} HTTP/1.1 Host: api.rair.market Content-Type: application/json Accept: */* Content-Length: 205 { "_id": "text", "author": "text", "uploader": "text", "title": "text", "description": "text", "contract": "text", "product": "text", "offer": "text", "category": "text", "demo": "text", "ageRestricted": "text", "hidden": "text" }