1
0

Update module swaggo/swag to v1.6.8 (#680)

Regenerate swagger docs with new swaggo

Update module swaggo/swag to v1.6.8

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/680
Co-Authored-By: renovate <renovatebot@kolaente.de>
Co-Committed-By: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2020-10-17 18:03:05 +00:00
committed by konrad
parent cbba0695a8
commit 7fe9e6d3f6
5 changed files with 35 additions and 133 deletions

View File

@ -6335,9 +6335,6 @@
}
},
"definitions": {
"afero.File": {
"type": "object"
},
"background.Image": {
"type": "object",
"properties": {
@ -6407,7 +6404,6 @@
},
"created_by": {
"description": "The user who initially created the bucket.",
"type": "object",
"$ref": "#/definitions/user.User"
},
"id": {
@ -6479,7 +6475,6 @@
},
"created_by": {
"description": "The user who initially created the task.",
"type": "object",
"$ref": "#/definitions/user.User"
},
"description": {
@ -6548,7 +6543,6 @@
},
"related_tasks": {
"description": "All related tasks, grouped by their relation kind",
"type": "object",
"$ref": "#/definitions/models.RelatedTaskMap"
},
"reminder_dates": {
@ -6598,7 +6592,6 @@
},
"created_by": {
"description": "The user who created this label",
"type": "object",
"$ref": "#/definitions/user.User"
},
"description": {
@ -6674,7 +6667,6 @@
},
"shared_by": {
"description": "The user who shared this list",
"type": "object",
"$ref": "#/definitions/user.User"
},
"sharing_type": {
@ -6732,7 +6724,6 @@
},
"owner": {
"description": "The user who created this list.",
"type": "object",
"$ref": "#/definitions/user.User"
},
"title": {
@ -6752,7 +6743,6 @@
"properties": {
"list": {
"description": "The copied list",
"type": "object",
"$ref": "#/definitions/models.List"
},
"namespace_id": {
@ -6823,7 +6813,6 @@
},
"owner": {
"description": "The user who owns this namespace",
"type": "object",
"$ref": "#/definitions/user.User"
},
"title": {
@ -6897,7 +6886,6 @@
},
"owner": {
"description": "The user who owns this namespace",
"type": "object",
"$ref": "#/definitions/user.User"
},
"title": {
@ -6934,7 +6922,6 @@
},
"filters": {
"description": "The actual filters this filter contains",
"type": "object",
"$ref": "#/definitions/models.TaskCollection"
},
"id": {
@ -6943,7 +6930,6 @@
},
"owner": {
"description": "The user who owns this filter",
"type": "object",
"$ref": "#/definitions/user.User"
},
"title": {
@ -6985,7 +6971,6 @@
},
"created_by": {
"description": "The user who initially created the task.",
"type": "object",
"$ref": "#/definitions/user.User"
},
"description": {
@ -7054,7 +7039,6 @@
},
"related_tasks": {
"description": "All related tasks, grouped by their relation kind",
"type": "object",
"$ref": "#/definitions/models.RelatedTaskMap"
},
"reminder_dates": {
@ -7106,11 +7090,9 @@
"type": "string"
},
"created_by": {
"type": "object",
"$ref": "#/definitions/user.User"
},
"file": {
"type": "object",
"$ref": "#/definitions/files.File"
},
"id": {
@ -7173,7 +7155,6 @@
"type": "object",
"properties": {
"author": {
"type": "object",
"$ref": "#/definitions/user.User"
},
"comment": {
@ -7199,7 +7180,6 @@
},
"created_by": {
"description": "The user who created this relation",
"type": "object",
"$ref": "#/definitions/user.User"
},
"other_task_id": {
@ -7225,7 +7205,6 @@
},
"created_by": {
"description": "The user who created this team.",
"type": "object",
"$ref": "#/definitions/user.User"
},
"description": {
@ -7371,7 +7350,6 @@
},
"created_by": {
"description": "The user who created this team.",
"type": "object",
"$ref": "#/definitions/user.User"
},
"description": {
@ -7642,7 +7620,6 @@
"type": "string"
},
"legal": {
"type": "object",
"$ref": "#/definitions/v1.legalInfo"
},
"link_sharing_enabled": {