Skip to content

Commit 8cf6e61

Browse files
Yuri ZmytrakovYuri Zmytrakov
authored andcommitted
docs: update Changelog, README with pagination relation changes
1 parent 99776ce commit 8cf6e61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616

1717
### Fixed
1818

19+
- Added missing relations in pagination for collections/{collection_id}/items, /search, /collections/{collection_id}/items, /collections. [[#432](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/432)]
20+
1921
## [v6.2.1] - 2025-09-02
2022

2123
### Added

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,9 @@ The system uses a precise naming convention:
376376
- **Parameters**:
377377
- `limit`: Controls the number of collections returned per page
378378
- `token`: Used to retrieve subsequent pages of results
379-
- **Response Structure**: The `links` field in the response contains a `next` link with the token for the next page of results.
379+
- **Response Structure**: The `links` field in the response contains the following relations:
380+
- `next` link with token for the next page of results.
381+
- `previous` link with token for the previous page of results.
380382
- **Example Usage**:
381383
```shell
382384
curl -X "GET" "http://localhost:8080/collections?limit=1&token=example_token"

0 commit comments

Comments
 (0)