Composio · Example Payload

Composio Patchauthconfigsbynanoid Example

AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooks

Composio Patchauthconfigsbynanoid Example is an example object payload from Composio, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "patchAuthConfigsByNanoid",
  "method": "PATCH",
  "path": "/api/v3/auth_configs/{nanoid}",
  "summary": "Update an authentication configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "standardUpdate",
      "example": {
        "auth_config": {
          "credentials": {
            "api_key": "YOUR_NEW_API_KEY",
            "client_secret": "YOUR_NEW_CLIENT_SECRET"
          },
          "restrict_to_following_tools": [
            "GMAIL_SEND_EMAIL",
            "GMAIL_FETCH_EMAILS"
          ]
        }
      }
    }
  ],
  "responseExamples": []
}