Skip to main content
PATCH
/
v1
/
csat
/
team
/
{teamUid}
/
update
Update the Csat setting for a team
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>"
  ]
}
'
{}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

teamUid
string
required

Body

application/json
cooldownPeriodDays
number
required

Cooldown period in days

Example:

14

emailConfigId
string
required

The Email Config Id associated with the CSAT settings

userCooldownPeriodDays
number
required

The user cooldown period in days

Example:

14

closedStatusIds
string[]
required

The closed statuses associated with the CSAT settings

Response

Success - CSAT settings updated successfully