Comment on page
APPLY THEME
Apply a theme to a chat flow
post
https://api.eyelevel.ai/v1/partner
/flow/theme/:apiKey/:id
APPLY THEME
{
"flow": {
"themeId": INTEGER IDENTIFIER
}
}
REQUIRED - IntegerValidation: Value is an existing EyeLevel theme identifier
The unique integer identifier for the theme you are applying to the flow. You can query for themeId by using the GET ALL THEME query.
{
"message": "OK"
}
Last modified 2yr ago