mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 01:44:24 +01:00
Merge pull request '[GITEA] Adjust name of operation' (#2189) from gusted/forgejo-swagger-id into forgejo-dependency
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2189 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
cf93a4a6fc
|
@ -244,7 +244,7 @@ func CreateOauth2Application(ctx *context.APIContext) {
|
||||||
|
|
||||||
// ListOauth2Applications list all the Oauth2 application
|
// ListOauth2Applications list all the Oauth2 application
|
||||||
func ListOauth2Applications(ctx *context.APIContext) {
|
func ListOauth2Applications(ctx *context.APIContext) {
|
||||||
// swagger:operation GET /user/applications/oauth2 user userGetOauth2Application
|
// swagger:operation GET /user/applications/oauth2 user userGetOAuth2Applications
|
||||||
// ---
|
// ---
|
||||||
// summary: List the authenticated user's oauth2 applications
|
// summary: List the authenticated user's oauth2 applications
|
||||||
// produces:
|
// produces:
|
||||||
|
|
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
|
@ -15169,7 +15169,7 @@
|
||||||
"user"
|
"user"
|
||||||
],
|
],
|
||||||
"summary": "List the authenticated user's oauth2 applications",
|
"summary": "List the authenticated user's oauth2 applications",
|
||||||
"operationId": "userGetOauth2Application",
|
"operationId": "userGetOAuth2Applications",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
|
Loading…
Reference in a new issue