curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/playground/history/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"title": "<string>"
}
'This response has no body data.curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/playground/history/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"title": "<string>"
}
'This response has no body data.