Set Active Theme
PUT
/themes/active
Sets or clears the active theme for the authenticated user. Pass null as themeId to deactivate.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Request Body
application/json
JSON
"string"
Responses
Active theme updated
application/json
JSON
{
}
