Update an MCP configuration by slug
PUT/mcp-configurations/:slug
Partially updates a slug-addressed configuration. Any field omitted from the body is left unchanged. Setting is_default: true demotes the caller's previous default in the same transaction. Owner only.
Request
Responses
- 200
- 400
- 404
- 422
- 500
The updated configuration
The slug does not match the expected cfg_ format (INVALID_PARAMETER), or visibility: "org" was requested while the caller has no current organization (MCP_CONFIGURATION_REQUIRES_ORG).
Resource not found
Validation failed
The configuration could not be updated (INTERNAL_SERVER_ERROR).