Activate a theme. When a new theme is activated, it becomes the current theme for the live portal and is displayed to all developers visiting the portal
PUT
/
themes
/
{theme_id}
/
activate
Activate a theme
Copy
Ask AI
curl --request PUT \
--url http://localhost:3001/portal-api/themes/{theme_id}/activate \
--header 'Authorization: <api-key>'