@@ -491,7 +491,7 @@ Retrieve a **collection** of projects where the currently logged on user has acc
491491 [{
492492 "project_id": "F445F4F2-4D02-4B2A-B612-5E456BEF9137",
493493 "name": "Example project 1",
494- "authorization": {
494+ "authorization": {
495495 "project_actions": [
496496 "createTopic",
497497 "createDocument"
@@ -500,7 +500,7 @@ Retrieve a **collection** of projects where the currently logged on user has acc
500500 }, {
501501 "project_id": "A233FBB2-3A3B-EFF4-C123-DE22ABC8414",
502502 "name": "Example project 2",
503- "authorization": {
503+ "authorization": {
504504 "project_actions": []
505505 }
506506 }]
@@ -526,7 +526,7 @@ Retrieve a specific project.
526526 {
527527 "project_id": "B724AAC3-5B2A-234A-D143-AE33CC18414",
528528 "name": "Example project 3",
529- "authorization": {
529+ "authorization": {
530530 "project_actions": [
531531 "update",
532532 "updateProjectExtensions"
@@ -559,7 +559,7 @@ Modify a specific project.
559559 {
560560 "project_id": "B724AAC3-5B2A-234A-D143-AE33CC18414",
561561 "name": "Example project 3 - Second Section",
562- "authorization": {
562+ "authorization": {
563563 "project_actions": [
564564 "update",
565565 "updateProjectExtensions"
@@ -878,7 +878,7 @@ Retrieve a specific topic.
878878 "reference": "https://example.com/bcf/1.0/ADFE23AA11BCFF444122BB",
879879 "reference_schema": "https://example.com/bcf/1.0/clash.xsd"
880880 },
881- "authorization": {
881+ "authorization": {
882882 "topic_actions": [
883883 "createComment",
884884 "createViewpoint"
@@ -1082,7 +1082,7 @@ Get comments that are closed and created after December 5 2015. Sort the result
10821082 "author": "max.muster@example.com",
10831083 "comment": "Clash found",
10841084 "topic_guid": "B345F4F2-3A04-B43B-A713-5E456BEF8228",
1085- "authorization": {
1085+ "authorization": {
10861086 "comment_actions": [
10871087 "update"
10881088 ]
@@ -1179,7 +1179,6 @@ Update a single comment, description similar to POST.
11791179 "comment": "will rework the heating model and fix the ventilation"
11801180 }
11811181
1182-
11831182** Example Response**
11841183
11851184 Response Code: 200 - OK
0 commit comments