Salva ou atualiza o atributo na base.
POST
/chatapi/1.0/api/v2/attributes/save
curl \
--request POST 'https://api.neppo.com.br/chatapi/1.0/api/v2/attributes/save' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"active":true,"createdAt":"2026-05-04T09:42:00Z","createdBy":"string","description":"string","id":42,"updatedAt":"2026-05-04T09:42:00Z","updatedBy":"string"}'
Request examples
{
"active": true,
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"description": "string",
"id": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
}
Response examples (200)
{
"active": true,
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"description": "string",
"id": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
}