Commit f00483d6 authored by Gladys Forte's avatar Gladys Forte

Merge pull request #465 in RMS/api-main-service from gladys-dev2 to RMSv2

* commit '011ea953':
  postman update
  maxpagesize user history
parents 203462f2 011ea953
This diff is collapsed.
...@@ -55,7 +55,7 @@ class CustomPagination(PageNumberPagination): ...@@ -55,7 +55,7 @@ class CustomPagination(PageNumberPagination):
class CustomPaginationUserHistory(PageNumberPagination): class CustomPaginationUserHistory(PageNumberPagination):
page_size = 100 page_size = 100
max_page_size = 100 max_page_size = 3000
page_query_param = 'page' page_query_param = 'page'
page_size_query_param = 'page_size' page_size_query_param = 'page_size'
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment