docs: fix create category curl example (#3962)
* Fix create category curl example Fix trailing comma on category create example * Update create-product-category.ts Fix trailing comma example * Update manage-categories.mdx remove trailing comma * Revert * Update manage-categories.mdx Fix curl example
This commit is contained in:
@@ -195,7 +195,7 @@ curl -L -X POST '<BACKEND_URL>/admin/product-categories' \
|
||||
-H 'Authorization: Bearer <API_TOKEN>' \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"name": "Skinny Jeans",
|
||||
"name": "Skinny Jeans"
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user