Skip to content
Open
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
16 changes: 8 additions & 8 deletions adminapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "MIT",
"url": "https://github.com/shopware/shopware/blob/trunk/LICENSE"
},
"version": "6.7.9.0"
"version": "6.7.9.1"
},
"servers": [
{
Expand Down Expand Up @@ -106476,6 +106476,9 @@
"$ref": "#/components/schemas/Price"
}
},
"customFields": {
"type": "object"
},
"quantityStart": {
"description": "Starting range of quantity of an item.",
"type": "integer",
Expand All @@ -106486,9 +106489,6 @@
"type": "integer",
"format": "int64"
},
"customFields": {
"type": "object"
},
"createdAt": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -106609,6 +106609,10 @@
},
"description": "Price of the Product."
},
"customFields": {
"type": "object",
"description": "Additional fields that offer a possibility to add own fields for the different program-areas."
},
"quantityStart": {
"description": "Starting range of quantity of an item.",
"type": "integer",
Expand All @@ -106619,10 +106623,6 @@
"type": "integer",
"format": "int64"
},
"customFields": {
"type": "object",
"description": "Additional fields that offer a possibility to add own fields for the different program-areas."
},
"createdAt": {
"type": "string",
"format": "date-time",
Expand Down