curl --request PATCH \
--url https://platform.thena.ai/v1/csat/team/{teamUid}/update \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"cooldownPeriodDays": 14,
"emailConfigId": "<string>",
"userCooldownPeriodDays": 14,
"closedStatusIds": [
"<string>"
]
}'
{
"data": {
"ok": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"team": {
"id": "12345678910"
},
"organization": {
"id": "98765432110"
},
"isEnabled": true,
"cooldownPeriodDays": 21,
"userCooldownPeriodDays": 60,
"emailConfigId": "updated-email-config-456",
"closedStatusIds": [
"1",
"2",
"3",
"4"
],
"rules": [],
"createdAt": "2023-01-01T00:00:00.000Z",
"updatedAt": "2023-01-02T10:15:30.000Z"
}
},
"status": true,
"message": "Csat Setting updated successfully",
"timestamp": "2025-07-15T11:38:09.817Z"
}
curl --request PATCH \
--url https://platform.thena.ai/v1/csat/team/{teamUid}/update \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"cooldownPeriodDays": 14,
"emailConfigId": "<string>",
"userCooldownPeriodDays": 14,
"closedStatusIds": [
"<string>"
]
}'
{
"data": {
"ok": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"team": {
"id": "12345678910"
},
"organization": {
"id": "98765432110"
},
"isEnabled": true,
"cooldownPeriodDays": 21,
"userCooldownPeriodDays": 60,
"emailConfigId": "updated-email-config-456",
"closedStatusIds": [
"1",
"2",
"3",
"4"
],
"rules": [],
"createdAt": "2023-01-01T00:00:00.000Z",
"updatedAt": "2023-01-02T10:15:30.000Z"
}
},
"status": true,
"message": "Csat Setting updated successfully",
"timestamp": "2025-07-15T11:38:09.817Z"
}
Enter your API key
Success - CSAT settings updated successfully
The response is of type any
.