Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 19, 2024
1 parent 1e260d1 commit 2efa70c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ class ConformanceClasses(str, Enum):
class CollectionSearchExtension(ApiExtension):
"""Collection-Search Extension.
The Collection-Search extension adds functionality to the `GET - /collections` endpoint which
allows the caller to include or exclude specific from the API response.
The Collection-Search extension adds functionality to the `GET - /collections`
endpoint which allows the caller to include or exclude specific from the API
response.
Registering this extension with the application has the added effect of
removing the `ItemCollection` response model from the `/search` endpoint, as
the Fields extension allows the API to return potentially invalid responses
Expand Down

0 comments on commit 2efa70c

Please sign in to comment.