[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-05-13 11:27:04 +00:00
parent 4d8c17f577
commit c19a8cfcc4
3 changed files with 36 additions and 98 deletions

View File

@@ -7878,19 +7878,6 @@
}
}
},
"models.BucketConfigurationModeKind": {
"type": "integer",
"enum": [
0,
1,
2
],
"x-enum-varnames": [
"BucketConfigurationModeNone",
"BucketConfigurationModeManual",
"BucketConfigurationModeFilter"
]
},
"models.BulkAssignees": {
"type": "object",
"properties": {
@@ -8387,10 +8374,12 @@
},
"bucket_configuration_mode": {
"description": "The bucket configuration mode. Can be `none`, `manual` or `filter`. `manual` allows to move tasks between buckets as you normally would. `filter` creates buckets based on a filter for each bucket.",
"allOf": [
{
"$ref": "#/definitions/models.BucketConfigurationModeKind"
}
"type": "string",
"enum": [
"none",
"manual",
"filter",
"manual"
]
},
"created": {
@@ -8435,10 +8424,12 @@
},
"view_kind": {
"description": "The kind of this view. Can be `list`, `gantt`, `table` or `kanban`.",
"allOf": [
{
"$ref": "#/definitions/models.ProjectViewKind"
}
"type": "string",
"enum": [
"list",
"gantt",
"table",
"kanban"
]
}
}
@@ -8454,21 +8445,6 @@
}
}
},
"models.ProjectViewKind": {
"type": "integer",
"enum": [
0,
1,
2,
3
],
"x-enum-varnames": [
"ProjectViewKindList",
"ProjectViewKindGantt",
"ProjectViewKindTable",
"ProjectViewKindKanban"
]
},
"models.Reaction": {
"type": "object",
"properties": {