Added

Settings API

New Settings API with endpoints for managing Cloud Analytics custom report themes:

Theme model

Each custom theme includes:

  • name: Display name.
  • primaryColor: HEX color (#RGB, #RRGGBB, or #RRGGBBAA).
  • colors: Light and dark palettes, each with 1–32 hex colors.

Responses also return id, createTime, and updateTime.

Create requires name, primaryColor, and colors. Update accepts any subset of those fields.