@@ -491,7 +491,7 @@ Retrieve a **collection** of projects where the currently logged on user has acc
491
491
[{
492
492
"project_id": "F445F4F2-4D02-4B2A-B612-5E456BEF9137",
493
493
"name": "Example project 1",
494
- "authorization": {
494
+ "authorization": {
495
495
"project_actions": [
496
496
"createTopic",
497
497
"createDocument"
@@ -500,7 +500,7 @@ Retrieve a **collection** of projects where the currently logged on user has acc
500
500
}, {
501
501
"project_id": "A233FBB2-3A3B-EFF4-C123-DE22ABC8414",
502
502
"name": "Example project 2",
503
- "authorization": {
503
+ "authorization": {
504
504
"project_actions": []
505
505
}
506
506
}]
@@ -526,7 +526,7 @@ Retrieve a specific project.
526
526
{
527
527
"project_id": "B724AAC3-5B2A-234A-D143-AE33CC18414",
528
528
"name": "Example project 3",
529
- "authorization": {
529
+ "authorization": {
530
530
"project_actions": [
531
531
"update",
532
532
"updateProjectExtensions"
@@ -559,7 +559,7 @@ Modify a specific project.
559
559
{
560
560
"project_id": "B724AAC3-5B2A-234A-D143-AE33CC18414",
561
561
"name": "Example project 3 - Second Section",
562
- "authorization": {
562
+ "authorization": {
563
563
"project_actions": [
564
564
"update",
565
565
"updateProjectExtensions"
@@ -878,7 +878,7 @@ Retrieve a specific topic.
878
878
"reference": "https://example.com/bcf/1.0/ADFE23AA11BCFF444122BB",
879
879
"reference_schema": "https://example.com/bcf/1.0/clash.xsd"
880
880
},
881
- "authorization": {
881
+ "authorization": {
882
882
"topic_actions": [
883
883
"createComment",
884
884
"createViewpoint"
@@ -1082,7 +1082,7 @@ Get comments that are closed and created after December 5 2015. Sort the result
1082
1082
"author": "max.muster@example.com",
1083
1083
"comment": "Clash found",
1084
1084
"topic_guid": "B345F4F2-3A04-B43B-A713-5E456BEF8228",
1085
- "authorization": {
1085
+ "authorization": {
1086
1086
"comment_actions": [
1087
1087
"update"
1088
1088
]
@@ -1179,7 +1179,6 @@ Update a single comment, description similar to POST.
1179
1179
"comment": "will rework the heating model and fix the ventilation"
1180
1180
}
1181
1181
1182
-
1183
1182
** Example Response**
1184
1183
1185
1184
Response Code: 200 - OK
0 commit comments