Update general information about a file.
OK
const response = await fetch('api.rair.market/api/files/update/{mediaId}', { method: 'PATCH', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();