APPLY THEME

Apply a theme to a chat flow

APPLY THEME

POST https://api.eyelevel.ai/v1/partner/flow/theme/:apiKey/:id

Path Parameters

Request Body

{
    "message": "OK"
}

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"
}

Last updated