buildingSMART / buildingSMART/BCF-API
GET Document Service endpoint - Mismatch between Documentation and BCF-API SwaggerHub
- Dominant language
- No language data
- Stars
- 237
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
In the [documentation](https://github.com/buildingSMART/BCF-API/tree/release_3_0?tab=readme-ov-file#381-get-documents-service) the endpoint is:
`GET /bcf/{version}/projects/{project_id}/documents` ,
while in [SwaggerHub](https://app.swaggerhub.com/apis/buildingSMART/BCF/3.0#/Documents/get_bcf__version__projects__project_id__topics__topic_id__documents):
`/bcf/{version}/projects/{project_id}/topics/{topic_id}/documents`
I believe that the endpoint defined in the documentation is correct, as it retrieves a collection of all documents uploaded to a project.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.