Update MCP server access control
PUT/api/v1/chatbots/:chatbotId/mcp-servers/:serverId/access
Replace the access-control settings for an MCP server. Supports: isPublic, authorizedEmails, authorizedGroups, and accessKeyAction. When accessKeyAction=generate a one-time plaintext accessKey is returned. Required scope: mcp:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Access control updated.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded