Skip to content

Commit

Permalink
Update params for translucency endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed May 6, 2024
1 parent 4904965 commit 2f9b553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1202,12 +1202,12 @@ paths:
}
}
}
/bcf/{version}/projects/{project_id}/topics/{topic_id}/viewpoints/{viewpoint_id}/translucency:
/bcf/{version}/projects/{project_id}/topics/{topic_guid}/viewpoints/{viewpoint_guid}/translucency:
parameters:
- $ref: "#/components/parameters/version"
- $ref: "#/components/parameters/project_id"
- $ref: "#/components/parameters/topic_id"
- $ref: "#/components/parameters/viewpoint_id"
- $ref: "#/components/parameters/topic_guid"
- $ref: "#/components/parameters/viewpoint_guid"
get:
summary: Get Translucency
description: Retrieve translucency of components in a viewpoint.
Expand Down

0 comments on commit 2f9b553

Please sign in to comment.