-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
We have introduced Delete Viewpoint call in v2.2, but there is no clear documentation regarding the associated comment of that deleted Viewpoint. We need clarification for the followings:
- Modification time of the Topic should be updated upon DELETE viewpoint
- Should we remove the viewpoint reference from the associated comment?
- Should we remove the comment entirely upon DELETE viewpoint?
- What would be the workflow? as example,
- Delete Viewpoint
- Delete associated comment?
- GET Viewpoints (to refresh client local viewpoints data)
- GET Comments (to refresh client local comments data)
or,
- Delete Viewpoint
- Remove Viewpoint reference from the associated Comment
- PUT Comment
- GET Viewpoints (to refresh client local viewpoints data)
- GET Comments (to refresh client local comments data)