Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
tenant | string | path | ✅ | Tenant identifier |
id | string | path | ✅ | File identifier |
Responses
✅ 200 - File processed successfully
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
File
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"