Skip to content

Commit

Permalink
fix: update client filter to client_name (#2706)
Browse files Browse the repository at this point in the history
Closes #2691
  • Loading branch information
pike1212 committed Sep 1, 2021
1 parent 1a7dcd1 commit dee4fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ type Filter struct {

// The name of the clients to filter by.
// in: query
Name string `json:"name"`
Name string `json:"client_name"`

// The owner of the clients to filter by.
// in: query
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ session data by calling Hydra Admin API.

:::note

This endpoint is called _before_ any logic in Ory Hydra is executed. If the hook, for example, returns an error, the refresh token will remain unused!
This endpoint is called _before_ any logic in Ory Hydra is executed. If the
hook, for example, returns an error, the refresh token will remain unused!

::note

Expand Down

0 comments on commit dee4fa2

Please sign in to comment.