PPylon Developers
ApiOrganizer Tenants

Update tenant branding

Updates branding for the authenticated organizer's tenant.

PUT
/api/organizer/v1/tenants/me/branding
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/branding" \  -H "Content-Type: application/json" \  -d '{    "logoUrl": null,    "faviconUrl": null,    "primaryColor": "string",    "secondaryColor": "string",    "accentColor": "string",    "fontFamily": null,    "customCss": null  }'
Empty
{
  "code": "string",
  "message": "string"
}