Skip to content

Commit

Permalink
feat(model): fixed model run logging endpoint query param (#233)
Browse files Browse the repository at this point in the history
Because

- param updated in protobufs

This commit

- fixed endpoint param
  • Loading branch information
joremysh authored Aug 14, 2024
1 parent e7c3232 commit 2d11f99
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 @@ -1920,7 +1920,7 @@
"input_query_strings": [
"view",
"pageSize",
"pageToken",
"page",
"filter",
"orderBy"
]
Expand Down

0 comments on commit 2d11f99

Please sign in to comment.