diff --git a/equipment-service/src/main/resources/equipment-service-openapi.yaml b/equipment-service/src/main/resources/equipment-service-openapi.yaml index 84178711..34b7ee81 100644 --- a/equipment-service/src/main/resources/equipment-service-openapi.yaml +++ b/equipment-service/src/main/resources/equipment-service-openapi.yaml @@ -600,8 +600,10 @@ components: totalItemsReturned: type: integer format: int32 - isLastPage: + lastPage: type: boolean + cursor: + type: string example: model_type: PaginationContext maxItemsPerPage: 10 diff --git a/location-service/src/main/resources/location-service-openapi.yaml b/location-service/src/main/resources/location-service-openapi.yaml index d031a506..e9781b99 100644 --- a/location-service/src/main/resources/location-service-openapi.yaml +++ b/location-service/src/main/resources/location-service-openapi.yaml @@ -239,6 +239,8 @@ components: format: int32 lastPage: type: boolean + cursor: + type: string example: model_type: PaginationContext maxItemsPerPage: 10