Skip to content

Commit e233e6f

Browse files
committed
Update documentation / create_missing_options argument on product & product models PATCH unitary endpoint
1 parent a49d95e commit e233e6f

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/product_models/routes/product_models_code.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ patch:
4949
required: true
5050
schema:
5151
$ref: "#/definitions/ProductModel"
52+
- name: create_missing_options
53+
in: query
54+
description: Optional parameter to allow for the creation of missing options for attribute allowing it. (Only available since in Saas version)
55+
required: false
56+
type: string
57+
default: no value
5258
responses:
5359
201:
5460
$ref: "#/responses/Created"

content/swagger/resources/products/routes/products_code.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ patch:
5656
required: true
5757
schema:
5858
$ref: "#/definitions/Product"
59+
- name: create_missing_options
60+
in: query
61+
description: Optional parameter to allow for the creation of missing options for attribute allowing it. (Only available since in Saas version)
62+
required: false
63+
type: string
64+
default: no value
5965
responses:
6066
201:
6167
$ref: "#/responses/Created"

content/swagger/resources/products_uuid/routes/products_uuid_uuid.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ patch:
4545
required: true
4646
schema:
4747
$ref: "#/definitions/ProductUuid"
48+
- name: create_missing_options
49+
in: query
50+
description: Optional parameter to allow for the creation of missing options for attribute allowing it. (Only available since in Saas version)
51+
required: false
52+
type: string
53+
default: no value
4854
responses:
4955
201:
5056
$ref: "#/responses/Created"

0 commit comments

Comments
 (0)