From 8b0d1ef5e56860e4f8634d19b367b38a09b6ba67 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 7 Apr 2021 13:06:37 +0200 Subject: [PATCH] Update swagger docs --- pkg/swagger/docs.go | 4 ++++ pkg/swagger/swagger.json | 4 ++++ pkg/swagger/swagger.yaml | 3 +++ 3 files changed, 11 insertions(+) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 4d3d7b1f0..91f3669a5 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -7489,6 +7489,10 @@ var doc = `{ "description": "The ID of the shared thing", "type": "integer" }, + "name": { + "description": "The name of this link share. All actions someone takes while being authenticated with that link will appear with that name.", + "type": "string" + }, "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", diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index d75e776ce..d6ab5fe85 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -7472,6 +7472,10 @@ "description": "The ID of the shared thing", "type": "integer" }, + "name": { + "description": "The name of this link share. All actions someone takes while being authenticated with that link will appear with that name.", + "type": "string" + }, "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", diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index b0240baac..cdd914760 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -310,6 +310,9 @@ definitions: id: description: The ID of the shared thing type: integer + name: + description: The name of this link share. All actions someone takes while being authenticated with that link will appear with that name. + type: string right: default: 0 description: The right this list is shared with. 0 = Read only, 1 = Read & Write, 2 = Admin. See the docs for more details.