Skip to content

Commit

Permalink
Add topic file ids to viewpoints (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Apr 22, 2024
1 parent 93e472e commit fe8c74c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2049,6 +2049,9 @@ components:
reference:
type: string
nullable: true
id:
type: string
nullable: true
file_PUT:
type: object
properties:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit fe8c74c

Please sign in to comment.