correct api description
This commit is contained in:
parent
8654ad7a77
commit
e211c28452
2
public/swagger.v1.json
vendored
2
public/swagger.v1.json
vendored
|
|
@ -5449,7 +5449,7 @@
|
|||
"tags": [
|
||||
"user"
|
||||
],
|
||||
"summary": "Create an access token",
|
||||
"summary": "delete an access token",
|
||||
"operationId": "userDeleteAccessToken",
|
||||
"parameters": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ func CreateAccessToken(ctx *context.APIContext, form api.CreateAccessTokenOption
|
|||
func DeleteAccessToken(ctx *context.APIContext) {
|
||||
// swagger:operation DELETE /users/{username}/tokens/{token} user userDeleteAccessToken
|
||||
// ---
|
||||
// summary: Create an access token
|
||||
// summary: delete an access token
|
||||
// produces:
|
||||
// - application/json
|
||||
// parameters:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user