Skip to content

Commit

Permalink
fix: list oauth2 clients query parameter 'name' -> 'client_name' (#2747)
Browse files Browse the repository at this point in the history
This commit renders the docs to be in parity with an earlier change [1]

Reference(s):
[1] #2706
  • Loading branch information
tnvmadhav committed Sep 15, 2021
1 parent a2a9d4a commit 283c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v1.10/.static/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
{
"type": "string",
"description": "The name of the clients to filter by.",
"name": "name",
"name": "client_name",
"in": "query"
},
{
Expand Down

0 comments on commit 283c351

Please sign in to comment.