Skip to content

Commit

Permalink
chore(model): support filter in list model endpoints (#177)
Browse files Browse the repository at this point in the history
Because

- Model page UI needs to allow user to search and filter

This commit

- add `visibility` and `filter` in list model endpoints
  • Loading branch information
heiruwu authored May 7, 2024
1 parent 8766224 commit fc4d749
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,8 @@
"view",
"page_size",
"page_token",
"visibility",
"filter",
"show_deleted"
]
},
Expand All @@ -1368,6 +1370,8 @@
"view",
"page_size",
"page_token",
"visibility",
"filter",
"show_deleted"
]
},
Expand Down Expand Up @@ -1518,6 +1522,8 @@
"view",
"page_size",
"page_token",
"visibility",
"filter",
"show_deleted"
]
},
Expand Down

0 comments on commit fc4d749

Please sign in to comment.