Appearance
POST/api/v1/platform/tenants/{tenantId}/modules/preset/{presetKey}
Parameters 2
| Name | Type | Description |
|---|---|---|
tenantIdrequired | path · integer | |
presetKeyrequired | path · string |
ReturnsResponseTenantModulesView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"enabledModules": [
"string"
],
"activations": [
{
"moduleKey": "string",
"active": true,
"activatedAt": "2024-01-15T09:30:00Z",
"source": "string"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}