Swagger docs
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2019-12-07 21:21:08 +01:00
parent 0da6d49382
commit 5777756f0b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 18 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2019-12-05 22:15:49.761451764 +0100 CET m=+0.171539379
// 2019-12-07 21:20:14.32998445 +0100 CET m=+0.187124480
package swagger
@ -4634,6 +4634,12 @@ var doc = `{
"description": "The unique, numeric id of this list.",
"type": "integer"
},
"identifier": {
"description": "The unique list short identifier. Used to build task identifiers.",
"type": "string",
"maxLength": 10,
"minLength": 0
},
"owner": {
"description": "The user who created this list.",
"type": "object",

View File

@ -4615,6 +4615,12 @@
"description": "The unique, numeric id of this list.",
"type": "integer"
},
"identifier": {
"description": "The unique list short identifier. Used to build task identifiers.",
"type": "string",
"maxLength": 10,
"minLength": 0
},
"owner": {
"description": "The user who created this list.",
"type": "object",

View File

@ -232,6 +232,11 @@ definitions:
id:
description: The unique, numeric id of this list.
type: integer
identifier:
description: The unique list short identifier. Used to build task identifiers.
maxLength: 10
minLength: 0
type: string
owner:
$ref: '#/definitions/models.User'
description: The user who created this list.