Edit a theme
admin_patch_themes(
id,
name = NULL,
organization_ids = NULL,
settings_json = NULL,
logo_file_id = NULL
)
A list containing the following elements:
integer, The ID of this theme.
string, The name of this theme.
array, List of organization ID's allowed to use this theme.
string, The theme configuration object.
list, A list containing the following elements:
id integer, The ID of the logo image file.
downloadUrl string, The URL of the logo image file.
string,
string,
integer required. The ID of this theme.
string optional. The name of this theme.
array optional. List of organization ID's allowed to see this theme.
string optional. The JSON-encoded theme configuration.
string optional. The ID of the logo image file.