Salva ou atualiza um histórico de atributo de um usuário existente na base.
POST
/chatapi/1.0/api/v2/user-attributes-hist/save
curl \
--request POST 'https://api.neppo.com.br/chatapi/1.0/api/v2/user-attributes-hist/save' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"createdAt":"2026-05-04T09:42:00Z","createdBy":"string","updatedAt":"2026-05-04T09:42:00Z","updatedBy":"string","userAttributesHistId":{"sessionId":42,"userAttributesId":42}}'
Request examples
{
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string",
"userAttributesHistId": {
"sessionId": 42,
"userAttributesId": 42
}
}
Response examples (200)
{
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string",
"userAttributesHistId": {
"sessionId": 42,
"userAttributesId": 42
}
}