Skip to content

Commit

Permalink
fix(vdp): implement offset pagination in component list endpoint (#139)
Browse files Browse the repository at this point in the history
Because

- instill-ai/protobufs#277 modified the
pagination in the component list endpoint
- instill-ai/pipeline-backend#396 implements the
change in the server

This commit

- Adapts the component list params to the new contract.
  • Loading branch information
jvallesm authored Feb 29, 2024
1 parent d606119 commit 7643ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
"timeout": "30s",
"input_query_strings": [
"page_size",
"page_token",
"page",
"view",
"filter"
]
Expand Down

0 comments on commit 7643ec1

Please sign in to comment.