Updated swagger
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2019-09-20 17:41:54 +02:00
parent 3bb81ae544
commit 978c56c236
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 1 additions and 12 deletions

View File

@ -1,6 +1,6 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2019-08-31 22:48:49.201391811 +0200 CEST m=+0.228973511
// 2019-09-20 17:41:39.321673846 +0200 CEST m=+0.137010842
package swagger
@ -4278,10 +4278,6 @@ var doc = `{
"description": "The ID of the shared thing",
"type": "integer"
},
"list": {
"type": "object",
"$ref": "#/definitions/models.List"
},
"right": {
"description": "The right this list is shared with. 0 = Read only, 1 = Read \u0026 Write, 2 = Admin. See the docs for more details.",
"type": "integer",

View File

@ -4264,10 +4264,6 @@
"description": "The ID of the shared thing",
"type": "integer"
},
"list": {
"type": "object",
"$ref": "#/definitions/models.List"
},
"right": {
"description": "The right this list is shared with. 0 = Read only, 1 = Read \u0026 Write, 2 = Admin. See the docs for more details.",
"type": "integer",

View File

@ -182,9 +182,6 @@ definitions:
id:
description: The ID of the shared thing
type: integer
list:
$ref: '#/definitions/models.List'
type: object
right:
default: 0
description: The right this list is shared with. 0 = Read only, 1 = Read &