curl --request PUT \
--url http://localhost:3333/v1/organization/role-notifications \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"settings": [
{
"role": "<string>",
"policyNotifications": true,
"taskReminders": true,
"taskAssignments": true,
"taskMentions": true,
"weeklyTaskDigest": true,
"findingNotifications": true
}
]
}
'curl --request PUT \
--url http://localhost:3333/v1/organization/role-notifications \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"settings": [
{
"role": "<string>",
"policyNotifications": true,
"taskReminders": true,
"taskAssignments": true,
"taskMentions": true,
"weeklyTaskDigest": true,
"findingNotifications": true
}
]
}
'Was this page helpful?