From fe8c74ccf4a740e7862e3ef6e621a9600e721da7 Mon Sep 17 00:00:00 2001 From: Georg Dangl <10274404+GeorgDangl@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:28:35 +0200 Subject: [PATCH] Add topic file ids to viewpoints (#336) --- swagger.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/swagger.yaml b/swagger.yaml index c723001..29e104a 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -2049,6 +2049,9 @@ components: reference: type: string nullable: true + id: + type: string + nullable: true file_PUT: type: object properties: @@ -2515,6 +2518,11 @@ components: properties: viewpoint_actions: $ref: "#/components/schemas/viewpoint_actions" + topic_file_ids: + type: array + nullable: true + items: + type: string viewpoint_POST: type: object properties: @@ -2553,6 +2561,11 @@ components: # Why cant we get components? components: $ref: '#/components/schemas/components' + topic_file_ids: + type: array + nullable: true + items: + type: string visibility: type: object properties: