POST /v1/dashboard-widget-groups/{id}/publish
POST/v1/dashboard-widget-groups/{id}/publish
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
scopeerforderlich | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dashboard-widget-groups/{id}/publish \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"scope": "tenant"
}'
const result = await cm.dashboard-widget-groups.post({
"scope": "tenant"
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |