Toggle extension
PUT/v3/config/extension/:extensionId
Enable or disable extensions in the platform. For example, enabling the OpenID Connect extension allows users to log in without passwords using their EUDI wallet.
Request
Path Parameters
extensionId stringrequired
The ID of the extension
- application/json
Body
enabled booleanrequired
Status of whether the extension is enabled or disabled
Responses
- 200
Successfully updated the extension state
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
enabled boolean
metadataUrl string
{
"enabled": true,
"metadataUrl": "string"
}
Loading...