Skip to content

Commit

Permalink
Main topic guid (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasollien authored Feb 26, 2024
1 parent 6ce1ee5 commit edfde64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Schemas/Collaboration/Topic/topic_GET.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"$ref": "../RelatedTopic/related_topic_GET.json"
}
},
"main_viewpoint_guid": {
"type": ["string", "null"]
},
"authorization": {
"type": "object",
"required": false,
Expand Down
3 changes: 3 additions & 0 deletions Schemas/Collaboration/Topic/topic_POST.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
},
"custom_fields": {
"$ref": "custom_fields.json"
},
"main_viewpoint_guid": {
"type": ["string", "null"]
}
}
}
3 changes: 3 additions & 0 deletions Schemas/Collaboration/Topic/topic_PUT.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
},
"custom_fields": {
"$ref": "custom_fields.json"
},
"main_viewpoint_guid": {
"type": ["string", "null"]
}
}
}

0 comments on commit edfde64

Please sign in to comment.