cURL
curl --request PUT \ --url https://api.seminode.com/v1/connections/graph/config/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "client_id": "<string>", "client_secret": "<string>", "enabled": true, "monitored_inbox": "<string>", "tenant_id": "<string>" } '
{}
Updates an existing Microsoft Graph API configuration
Documentation IndexFetch the complete documentation index at: https://docs.seminode.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.seminode.com/llms.txt
Use this file to discover all available pages before exploring further.
Format: "Bearer <access_token>"
Configuration ID
Update fields
Success message
Was this page helpful?