Update Self-Serve config
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /selfserve/config
Operation
Operation ID: updateSelfServeConfig
Update Self-Serve config
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"$ref": "#/components/schemas/SelfServeConfig"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Self-serve configuration updated successfully | application/json |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/ModuleConfigUpdateResponse"
}
17 March 2026