Okta Identity Governance
/Management APIs
//
Update the org certificat...
Updates the access certification settings for the org
PATCH
curl -i -X PATCH \
https://subdomain.okta.com/governance/api/v1/settings/certification \
-H 'Content-Type: application/json' \
-d '{
"integrations": {
"settings": [
{
"integrationId": "goi5a4b3c2d1e9f8g7h5",
"type": "SLACK",
"notifications": {
"enabled": true
}
}
]
}
}'