1
0
Fork 0
forked from forgejo/forgejo

[GITEA] Adjust name of operation

- The name could be conflucted with the `GET
/user/applications/oauth2/{id}` operation, as it only differed in a
single letter being uppercase. Change it to be
userGetOAuth2Application**s**, as that's also more accurate for this function.
- Resolves #2163

(cherry picked from commit 1891dac547)
(cherry picked from commit 68fceb9b7a)
(cherry picked from commit 7335d6de54)
This commit is contained in:
Gusted 2024-01-20 22:33:36 +01:00 committed by Earl Warren
parent bbe5a881cc
commit b020ded391
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -15169,7 +15169,7 @@
"user"
],
"summary": "List the authenticated user's oauth2 applications",
"operationId": "userGetOauth2Application",
"operationId": "userGetOAuth2Applications",
"parameters": [
{
"type": "integer",