Skip to content

POST/api/v1/platform/tenants/{tenantId}/modules/{moduleKey}/activate

Parameters 2

NameTypeDescription
tenantIdrequiredpath · integer
moduleKeyrequiredpath · string

ReturnsResponseTenantModulesView

Response examples

200OK

*/* example derived from schema

{
  "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"
    }
  ]
}

Directwerk — whitelabel publication infrastructure