UpdateOrganisationRequest
organisation objectrequired
Possible values: [i-am-teapot, draft, active, setup, suspended, archived]
draftID of the organisation
Short slug used to represent the org
The name of the organisation.
Possible values: >= 2 characters
The Stripe account ID associated with the organisation
URL to the banner image for the organisation
URL to the banner overlay image for the organisation
URL to the logo image for the organisation
theme object
CSS variables for the organisation theme, used to customise SOLO templates
Primary colour for the organisation theme, used for branding and UI accents
Secondary colour for the organisation theme, used for supporting accents
Background colour for the organisation theme
Alternative background colour for the organisation theme
Light surface colour for the organisation theme
Dark surface colour for the organisation theme
Secondary URL to the logo image for the organisation, used for dark mode or alternative themes
URL to the icon version of the logo for the organisation, used in places where a smaller or simplified logo is needed
{
"organisation": {
"status": "draft",
"ksuid": "string",
"organisation": "string",
"name": "string",
"account_id": "string",
"banner": "string",
"banner_overlay": "string",
"logo": "string",
"theme": {
"css_vars": "string",
"colour_primary": "string",
"colour_secondary": "string",
"colour_background": "string",
"colour_background_alt": "string",
"colour_surface_light": "string",
"colour_surface_dark": "string"
},
"description": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"version": 0,
"history": [
{}
],
"logo_secondary_url": "string",
"logo_icon_url": "string"
}
}