We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65cec8 commit 71224a3Copy full SHA for 71224a3
src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx
@@ -150,7 +150,8 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/sso/v2/connectors
150
```bash title="cURL command"
151
curl --request PATCH \
152
'https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/sso/v2/connectors/2828' \
153
---header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
+--header "X-Auth-Email: $CLOUDFLARE_EMAIL" \
154
+--header "X-Auth-Key: $CLOUDFLARE_API_KEY" \
155
--header "Content-Type: application/json" \
156
--data '{
157
"sso_connector_status": "DIS"
0 commit comments