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.
cf93a4a6fc
...
05bc80633d
|
@ -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:
|
||||
|
|
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
|
@ -15169,7 +15169,7 @@
|
|||
"user"
|
||||
],
|
||||
"summary": "List the authenticated user's oauth2 applications",
|
||||
"operationId": "userGetOAuth2Applications",
|
||||
"operationId": "userGetOauth2Application",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
|
|
Loading…
Reference in a new issue