curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/appearance/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"background_color": "<string>",
"bot_name": "<string>",
"chat_bot_bubble_style": {
"background_color": "<string>",
"text_color": "<string>"
},
"chat_human_bubble_style": {
"background_color": "<string>",
"text_color": "<string>"
},
"first_message": "<string>"
}
'This response has no body data.curl --request POST \
--url https://app.aptlystar.ai/api/v1/bot/appearance/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"background_color": "<string>",
"bot_name": "<string>",
"chat_bot_bubble_style": {
"background_color": "<string>",
"text_color": "<string>"
},
"chat_human_bubble_style": {
"background_color": "<string>",
"text_color": "<string>"
},
"first_message": "<string>"
}
'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://docs.aptlystar.ai/llms.txt
Use this file to discover all available pages before exploring further.