docs: add details on updating a cart's customer (#10226)

Should be merged after releasing v2.0.5

Closes DX-1096
This commit is contained in:
Shahed Nasser
2024-11-25 11:56:35 +00:00
committed by GitHub
parent 01b0a84898
commit ae1c607f4e
12 changed files with 110 additions and 65 deletions
@@ -233,7 +233,7 @@ export const GET = async (
const b = req.validatedQuery.b as number
res.json({
sum: a + b
sum: a + b,
})
}
```