Promote a configuration to the caller's default
POST/mcp-configurations/:slug/default
Marks the slug-addressed configuration as the caller's default, demoting the previous default in the same transaction. If the configuration is already the default, returns it unchanged. Owner only.
Request
Responses
- 200
- 400
- 401
- 404
- 500
The configuration, now flagged as the caller's default
The slug does not match the expected cfg_ format (INVALID_PARAMETER).
Authentication required
Resource not found
The configuration could not be set as default (INTERNAL_SERVER_ERROR).