ApiOrganizer Tenants
Update tenant settings
Updates settings for the authenticated organizer's tenant.
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://loading/api/organizer/v1/tenants/me/settings" \ -H "Content-Type: application/json" \ -d '{ "timezone": "string", "currency": "string", "defaultLanguage": "string", "enabledFeatures": [ "string" ] }'Empty
{
"code": "string",
"message": "string"
}