Skip to content

Commit 77ad158

Browse files
correct typo
1 parent 3248024 commit 77ad158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Test the API using Postman, cURL or your preferred HTTP client.
8181
{
8282
"name": "name",
8383
"categories": [(category ids)] //optional
84-
"products": [<subcategory ids>] // optional
84+
"products": [<product ids>] // optional
8585
}
8686
```
8787

@@ -90,7 +90,7 @@ Test the API using Postman, cURL or your preferred HTTP client.
9090
{
9191
"name": "name",
9292
"categories": [<category ids>] //optional
93-
"products": [<subcategory ids>] // optional
93+
"products": [<product ids>] // optional
9494
}
9595
```
9696

0 commit comments

Comments
 (0)