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