Skip to content

Commit

Permalink
add /catalog to the get example in the http binding (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbader-sap committed Aug 4, 2023
1 parent c297c6c commit 4547a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/catalog.binding.https.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ described by the [Catalog Protocol Specification](catalog.protocol.md).
The [DatasetRequestMessage](catalog.protocol.md#24-datasetrequestmessage) corresponds to `GET https://<base>/catalog/datasets/{id}}`:

```
GET https://provider.com/datasets/{id}
GET https://provider.com/catalog/datasets/{id}
Authorization: ...
Expand Down

0 comments on commit 4547a87

Please sign in to comment.