Replace approval_request
PUT/v1/approval_requests/{id}
Full replace with optimistic locking.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
iderforderlich | string |
Beispiel
curl -X PUT https://api.codemeta-os.de/v1/approval_requests/{id} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.approval_requests.put();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |