This commit is contained in:
Kfir Dayan 2023-06-11 13:49:15 +03:00
parent 4423474511
commit eeb89e9afc

View file

@ -246,8 +246,6 @@ status 404
``` ```
{ {
userId: string, userId: string,
products: { products: Map<string, number>
productId: number (quantity)
},
} }
``` ```