Create an app theme
POST/app_themes
Creates a new app theme and returns the created theme. If a theme with the same name already exists, returns 409 without modifying the existing theme. Requires the app_themes:write scope.
Request
Responses
- 200
- 409
The created app theme.
A theme with the same name already exists.