Skip to main content
PUT
/
connections
/
graph
/
config
/
{id}
Update Graph API configuration
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>"
}'
{}

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Path Parameters

id
string
required

Configuration ID

Body

application/json

Update fields

client_id
string
client_secret
string
enabled
boolean
monitored_inbox
string
tenant_id
string

Response

Success message

{key}
string