Skip to content

Commit

Permalink
Update params for related_topics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed May 6, 2024
1 parent 2f9b553 commit 699d10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,11 +1240,11 @@ paths:
}
}
}
/bcf/{version}/projects/{project_id}/topics/{topic_id}/related_topics:
/bcf/{version}/projects/{project_id}/topics/{topic_guid}/related_topics:
parameters:
- $ref: "#/components/parameters/version"
- $ref: "#/components/parameters/project_id"
- $ref: "#/components/parameters/topic_id"
- $ref: "#/components/parameters/topic_guid"
get:
summary: Get Related Topics
description: Retrieve a collection of all related topics to a topic.
Expand Down

0 comments on commit 699d10a

Please sign in to comment.