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

Request

{
"flow": {
"themeId": INTEGER IDENTIFIER
}
}

themeId

REQUIRED - Integer
Validation: 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.

Response

{
"message": "OK"
}