Edit a theme

admin_patch_themes(
  id,
  name = NULL,
  organization_ids = NULL,
  settings_json = NULL,
  logo_file_id = NULL
)

Arguments

id

integer required. The ID of this theme.

name

string optional. The name of this theme.

organization_ids

array optional. List of organization ID's allowed to see this theme.

settings_json

string optional. The JSON-encoded theme configuration.

logo_file_id

string optional. The ID of the logo image file.

Value

A list containing the following elements:

id

integer, The ID of this theme.

name

string, The name of this theme.

organizationIds

array, List of organization ID's allowed to use this theme.

settings

string, The theme configuration object.

logoFile

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.

createdAt

string,

updatedAt

string,