Skip to content
Start in Cloud

Update digest subscription

PUT
/api/user/report-subscriptions/digest
curl --request PUT \
--url https://hitkeep.com/api/user/report-subscriptions/digest \
--header 'Content-Type: application/json' \
--cookie hk_token=<hk_token> \
--data '{ "daily": true, "monthly": true, "weekly": true }'

Updates the consolidated digest subscription frequencies for the authenticated user.

Media type application/json
object
daily
boolean
monthly
boolean
weekly
boolean
Example generated
{
"daily": true,
"monthly": true,
"weekly": true
}

Updated

Invalid request

Media type application/json
object
message
string
Example generated
{
"message": "example"
}