POST /v1/escalation/alerts/{id}/reassign
POST/v1/escalation/alerts/{id}/reassign
CodeMeta OS API endpoint.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/escalation/alerts/{id}/reassign \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.escalation.post();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |