Atlassian · Schema

ThemeUpdate

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
themeKey string The key of the theme to be set as the space theme.
View JSON Schema on GitHub

JSON Schema

atlassian-themeupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThemeUpdate",
  "title": "ThemeUpdate",
  "required": [
    "themeKey"
  ],
  "type": "object",
  "properties": {
    "themeKey": {
      "type": "string",
      "description": "The key of the theme to be set as the space theme."
    }
  }
}