Rensei docs
API ReferenceWorker Protocol

Release specific file locks

Release specific file locks - Rensei REST API operation reference.

POST
/api/sessions/{id}/files/release

Authorization

workerJwt
AuthorizationBearer <token>

Runtime JWT minted by the platform at worker registration. Three-segment dotted string. Claims include {jti, proj, org, sub (=workerId), reg, scope[]}. Use on all post-registration worker endpoints.

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

filePaths*array<string>

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/sessions/string/files/release" \  -H "Content-Type: application/json" \  -d '{    "filePaths": [      "string"    ]  }'
{
  "released": 0
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}