Skip to content

SetupOnboardingController_activateTheme

POST
/setup/v1/themes/activate
curl --request POST \
--url https://your-store.example.com/setup/v1/themes/activate \
--header 'Content-Type: application/json' \
--data '{ "themeId": "example" }'
Media type application/json
object
themeId
required
string
>= 1 characters <= 64 characters
Example generated
{
"themeId": "example"
}