Skip to content

Commit

Permalink
Updated number of records fetched (limit) from default 25 to 500 for ppb
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Laboso committed Jun 3, 2024
1 parent c3f2cac commit da187da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/api/domains/domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"apiUrls": ["/orgs/MOH-KENYA/sources/PPB_P/"],
"icon": "tabs",
"metadata": {
"subdomainQueryParam": "conceptClass=Subdomain",
"subdomainQueryParam": "conceptClass=Subdomain&limit=500",
"cascadeQueryParam": "$cascade/?view=hierarchy&reverse=true&includeRetired=false"
}
},
Expand All @@ -25,7 +25,7 @@
"apiUrls": ["/orgs/MOH-KENYA/sources/PPB_NP/"],
"icon": "xray",
"metadata": {
"subdomainQueryParam": "conceptClass=Subdomain",
"subdomainQueryParam": "conceptClass=Subdomain&limit=500",
"cascadeQueryParam": "$cascade/?view=hierarchy&reverse=true&includeRetired=false"
}
},
Expand Down

0 comments on commit da187da

Please sign in to comment.