File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ patch:
49
49
required : true
50
50
schema :
51
51
$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
52
58
responses :
53
59
201 :
54
60
$ref : " #/responses/Created"
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ patch:
56
56
required : true
57
57
schema :
58
58
$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
59
65
responses :
60
66
201 :
61
67
$ref : " #/responses/Created"
Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ patch:
45
45
required : true
46
46
schema :
47
47
$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
48
54
responses :
49
55
201 :
50
56
$ref : " #/responses/Created"
You can’t perform that action at this time.
0 commit comments