From 2bc0adf262fc2423671c43bd0766e44931d54fbe Mon Sep 17 00:00:00 2001 From: Xiangzhe Date: Fri, 21 Aug 2026 12:44:49 -0300 Subject: [PATCH] chore(skills): regenerate omni-combos-routing after combos PATCH requestBody (#10955) --- skills/omni-combos-routing/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/omni-combos-routing/SKILL.md b/skills/omni-combos-routing/SKILL.md index 549e2b75e5..9afb31e36d 100644 --- a/skills/omni-combos-routing/SKILL.md +++ b/skills/omni-combos-routing/SKILL.md @@ -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" \