API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PUT /v1/dashboard-templates/active

PUT/v1/dashboard-templates/active

CodeMeta OS API endpoint.

Datenmodell

Diese Operation arbeitet auf der Entität Dashboard Template (dashboard_template). Alle 13 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

Request Body

NameTypBeschreibung
templateIderforderlichstringnull

Beispiel

curl -X PUT https://api.codemeta-os.de/v1/dashboard-templates/active \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "templateId": null
}'
const result = await cm.dashboard-templates.put({
  "templateId": null
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche