PUT
/
v2
/
chat
/
{chatId}
/
stop-human
curl --request PUT \
  --url https://api.gptmaker.ai/v2/chat/{chatId}/stop-human \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatId
string
required

ID do chat

Response

200
application/json
Atendimento encerrado com sucesso
success
boolean