Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/swagger/akeneo-web-api.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ patch:
required: true
schema:
$ref: "#/definitions/ProductModel"
- name: create_missing_options
in: query
description: Optional parameter to allow for the creation of missing options for attribute allowing it. (Only available since in Saas version)
required: false
type: string
default: no value
responses:
201:
$ref: "#/responses/Created"
Expand Down
6 changes: 6 additions & 0 deletions content/swagger/resources/products/routes/products_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ patch:
required: true
schema:
$ref: "#/definitions/Product"
- name: create_missing_options
in: query
description: Optional parameter to allow for the creation of missing options for attribute allowing it. (Only available since in Saas version)
required: false
type: string
default: no value
responses:
201:
$ref: "#/responses/Created"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ patch:
required: true
schema:
$ref: "#/definitions/ProductUuid"
- name: create_missing_options
in: query
description: Optional parameter to allow for the creation of missing options for attribute allowing it. (Only available since in Saas version)
required: false
type: string
default: no value
responses:
201:
$ref: "#/responses/Created"
Expand Down