Stampfactory
Dokumentation
Konfiguration

Module aktualisieren

PATCH
/config/modules
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Request-Body

application/json

TypeScript-Definitionen

TypeScript-Typ für request body.

Body of PATCH /rest/config/modules — the complete list of modules the tenant should have switched on.

Response-Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/config/modules" \  -H "Content-Type: application/json" \  -d '{    "modules": [      "employees"    ]  }'
{  "modules": "string"}