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