@@ -50,7 +50,13 @@
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Content-Type: application/json' \
|
||||
* --data-raw '{
|
||||
* "title": "{value}"
|
||||
* "title": "{value}",
|
||||
* "options": [
|
||||
* {
|
||||
* "title": "Default option",
|
||||
* "values": ["Default option value"]
|
||||
* }
|
||||
* ]
|
||||
* }'
|
||||
* tags:
|
||||
* - Products
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
* x-schemaName: AdminCreateProduct
|
||||
* required:
|
||||
* - title
|
||||
* - options
|
||||
* properties:
|
||||
* title:
|
||||
* type: string
|
||||
|
||||
Reference in New Issue
Block a user