chore(skills): regenerate omni-combos-routing after combos PATCH requestBody (#10955)

This commit is contained in:
Xiangzhe
2026-08-21 12:44:49 -03:00
parent 3abf8af8c6
commit 2bc0adf262

View File

@@ -60,6 +60,8 @@ curl -X PUT https://localhost:20128/api/combos/{id} \
Update combo
Partial update: the body is merged onto the stored combo, so a field left out keeps its current value. An array that IS sent replaces the stored one outright.
```bash
curl -X PATCH https://localhost:20128/api/combos/{id} \
-H "Authorization: Bearer $OMNIROUTE_TOKEN" \