Skip to content

Commit

Permalink
Rename property
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Apr 8, 2024
1 parent fe7a103 commit 1add868
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Schemas/Collaboration/Topic/topic_GET.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"$ref": "../RelatedTopic/related_topic_GET.json"
}
},
"main_viewpoint_guid": {
"default_viewpoint_guid": {
"type": ["string", "null"]
},
"authorization": {
Expand Down
2 changes: 1 addition & 1 deletion Schemas/Collaboration/Topic/topic_POST.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"custom_fields": {
"$ref": "custom_fields.json"
},
"main_viewpoint_guid": {
"default_viewpoint_guid": {
"type": ["string", "null"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion Schemas/Collaboration/Topic/topic_PUT.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"custom_fields": {
"$ref": "custom_fields.json"
},
"main_viewpoint_guid": {
"default_viewpoint_guid": {
"type": ["string", "null"]
}
}
Expand Down
6 changes: 3 additions & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ components:
nullable: true
items:
type: string
main_viewpoint_guid:
default_viewpoint_guid:
type: string
nullable: true
topic_POST:
Expand Down Expand Up @@ -2330,7 +2330,7 @@ components:
due_date:
type: string
nullable: true
main_viewpoint_guid:
default_viewpoint_guid:
type: string
nullable: true
topic_PUT:
Expand Down Expand Up @@ -2377,7 +2377,7 @@ components:
due_date:
type: string
nullable: true
main_viewpoint_guid:
default_viewpoint_guid:
type: string
nullable: true
# viewpoint schemas
Expand Down

0 comments on commit 1add868

Please sign in to comment.