cURL
curl --request POST \ --url https://api.camelai.com/api/v1/appearance/{id}/set_default/ \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "default_theme_id": 123 }
Set this appearance configuration as the default theme for the organization.
JWT or API key authentication using Bearer scheme
The response is of type object.
object
Was this page helpful?