PUT
/
file
/
royalty
/
decompress
/
{tenant}
/
{id}
Process/Decompress Royalty File
curl --request PUT \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/file/royalty/decompress/{tenant}/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "File processed successfully"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

tenant
string
required

Tenant identifier

id
string
required

File identifier

Response

200
application/json

File processed successfully

The response is of type object.