API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/dashboard-widgets/custom/{id}/publish

POST/v1/dashboard-widgets/custom/{id}/publish

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
scopeerforderlichstring

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/dashboard-widgets/custom/{id}/publish \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "scope": "tenant"
}'
const result = await cm.dashboard-widgets.post({
  "scope": "tenant"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche