Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01:00

Compare commits

..

No commits in common. "cf93a4a6fc9e8c904f4c06155c954ce816f365a6" and "05bc80633d1abd20bab64c0039c95b6c6e691bbf" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -244,7 +244,7 @@ func CreateOauth2Application(ctx *context.APIContext) {
// ListOauth2Applications list all the Oauth2 application
func ListOauth2Applications(ctx *context.APIContext) {
// swagger:operation GET /user/applications/oauth2 user userGetOAuth2Applications
// swagger:operation GET /user/applications/oauth2 user userGetOauth2Application
// ---
// summary: List the authenticated user's oauth2 applications
// produces:

View file

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