Skip to content

Commit 7e31597

Browse files
committed
Add missing entry for topic delete entry and update docs about authorization
1 parent 19ac4f4 commit 7e31597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ level by default (i.e. unless overridden by specific topics) The available actio
450450
* *updateFiles* - The ability to update the file header (see [3.3.3 PUT Files (Header) Service](#333-put-files-header-service))
451451
* *createComment* - The ability to create a comment (see [3.4.2 POST Comment Service](#342-post-comment-service))
452452
* *createViewpoint* - The ability to create a new viewpoint (see [3.5.2 POST Viewpoint Service](#352-post-viewpoint-service))
453+
* *delete* - The ability to delete a topic (see [3.2.5 DELETE Topic Service](#325-delete-topic-service))
453454

454455
#### 3.1.5.3 Comment
455456

@@ -705,7 +706,7 @@ Modify a specific topic, description similar to POST. This operation is only pos
705706

706707
DELETE /bcf/{version}/projects/{project_id}/topics/{topic_guid}
707708

708-
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)
709710

710711
**Example Request**
711712

@@ -1930,9 +1931,8 @@ Note: If there is a comment associated to the viewpoint, the server might reject
19301931

19311932
### 3.5.11 Determining allowed Viewpoint modifications
19321933

1933-
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.
19361936

19371937
## 3.6 Related Topics Services
19381938

0 commit comments

Comments
 (0)