Skip to main content
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"
}
Decompresses and processes a previously uploaded royalty file by tenant and file ID.

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Path Parameters

ParameterTypeInRequiredDescription
tenantstringpathTenant identifier
idstringpathFile identifier

Responses

✅ 200 - File processed successfully

⚠️ 400 - undefined

⚠️ 401 - undefined

⚠️ 404 - undefined

❌ 500 - undefined

Tags

File

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

File processed successfully

success
boolean
default:true
message
string
I