Archust Docs
Jobs

Update timezone (tenantAdmin)

PATCH
/v1/jobs/scheduling-config

Authorization

bearerAuth
AuthorizationBearer <token>

Clerk session JWT. Also send x-clerk-org-id if org context needed.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/v1/jobs/scheduling-config" \  -H "Content-Type: application/json" \  -d '{    "timezone": "string"  }'
Empty