You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deletes a single topic. This operation is only possible when the server returns the `delete` flag in the Topic authorization, see section [3.2.8](#328-determining-allowed-topic-modifications)
709
+
Deletes a single topic. This operation is only possible when the server returns the `delete` flag in the Topic authorization, see section [3.2.6](#326-determining-allowed-topic-modifications)
709
710
710
711
**Example Request**
711
712
@@ -1930,9 +1931,8 @@ Note: If there is a comment associated to the viewpoint, the server might reject
The global default Viewpoint authorizations are expressed in the project schema and when Viewpoint(s) are requested with the
1934
-
query parameter "includeAuthorization" equal to "true" Viewpoints will include an "authorization" field containing any local
1935
-
overrides for each Viewpoint.
1934
+
The global default viewpoint authorizations are expressed in the project schema and when viewpoint(s) are requested, they will include an "authorization" field containing any local permissions for each viewpoint.
1935
+
You can get the `createViewpoint` authorization from the parent topic, and the `deleteViewpoint` authorization from a viewpoint itself.
0 commit comments