Skip to content

Commit 7d8a17f

Browse files
authored
Fix documentation
1 parent 4f212f8 commit 7d8a17f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

simple-grocery-store-api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ Deletes an item in the cart.
260260

261261
**Parameters**
262262

263-
| Name | Type | In | Required | Description |
264-
| ----------- | ------ | ---- | -------- | ------------------------- |
265-
| `cartId` | string | path | Yes | Specifies the cart id. |
266-
| `productId` | string | path | Yes | Specifies the product id. |
263+
| Name | Type | In | Required | Description |
264+
| ----------- | ------ | ---- | -------- | ----------------------- |
265+
| `cartId` | string | path | Yes | Specifies the cart id. |
266+
| `itemId` | string | path | Yes | Specifies the item id. |
267267

268268
**Status codes**
269269

0 commit comments

Comments
 (0)