Composio · Example Payload

Composio Patchorgprojectconfig Example

AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooks

Composio Patchorgprojectconfig 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": "patchOrgProjectConfig",
  "method": "PATCH",
  "path": "/api/v3/org/project/config",
  "summary": "Update project configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Enable 2FA",
      "example": {
        "is_2FA_enabled": true
      }
    },
    {
      "contentType": "application/json",
      "name": "Disable 2FA",
      "example": {
        "is_2FA_enabled": false
      }
    }
  ],
  "responseExamples": []
}