Salva ou atualiza uma resposta.
POST
/chatapi/1.0/api/v2/chat-answer/save
curl \
--request POST 'https://api.neppo.com.br/chatapi/1.0/api/v2/chat-answer/save' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"createdAt":"2026-05-04T09:42:00Z","createdBy":"string","id":42,"optionAnswerId":42,"questionId":42,"sessionId":42,"updatedAt":"2026-05-04T09:42:00Z","updatedBy":"string","value":"string"}'
Request examples
{
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"id": 42,
"optionAnswerId": 42,
"questionId": 42,
"sessionId": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string",
"value": "string"
}
Response examples (200)
{
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"id": 42,
"optionAnswerId": 42,
"questionId": 42,
"sessionId": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string",
"value": "string"
}