v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBUpdate Tenant Preference Single Category
API to update tenant preference for a specific category.
patch/v1/tenant/{tenant_id}/preference/category/{category}/
Path parameters
tenant_idstring required
unique identifier of the tenant you want to update preferences for
categorystring required
notification category slug. You can get this from Notification Categories page on SuprSend dashboard -> Settings page
Request body
Example request
{
"digest_schedule": {
"options": [
{
"time": {
"default_value": "09:00"
}
}
]
}
}Response
200