Add category flags

This commit is contained in:
Jonas Lochmann
2021-01-18 01:00:00 +01:00
parent 96101005b9
commit 4194641d05
24 changed files with 680 additions and 90 deletions
@@ -99,6 +99,9 @@
{
"$ref": "#/definitions/SerializedUpdatCategoryDisableLimitsAction"
},
{
"$ref": "#/definitions/SerializedUpdateCategoryFlagsAction"
},
{
"$ref": "#/definitions/SerializedUpdateCategorySortingAction"
},
@@ -1061,6 +1064,34 @@
],
"title": "SerializedUpdatCategoryDisableLimitsAction"
},
"SerializedUpdateCategoryFlagsAction": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"UPDATE_CATEGORY_FLAGS"
]
},
"categoryId": {
"type": "string"
},
"modified": {
"type": "number"
},
"values": {
"type": "number"
}
},
"additionalProperties": false,
"required": [
"categoryId",
"modified",
"type",
"values"
],
"title": "SerializedUpdateCategoryFlagsAction"
},
"SerializedUpdateCategorySortingAction": {
"type": "object",
"properties": {