Skip to content

Commit

Permalink
deploy: 6929777
Browse files Browse the repository at this point in the history
  • Loading branch information
peterxcli committed Jan 20, 2024
1 parent 6ae26d6 commit 609e2a1
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,15 +441,6 @@
"User"
],
"summary": "User logout",
"parameters": [
{
"type": "string",
"description": "Bearer [token]",
"name": "Authorization",
"in": "header",
"required": true
}
],
"responses": {
"200": {
"description": "Logout successful",
Expand Down Expand Up @@ -507,7 +498,7 @@
}
},
"/users/refresh_token": {
"post": {
"get": {
"description": "Refreshes the access and refresh tokens for a user",
"consumes": [
"application/json"
Expand All @@ -519,17 +510,6 @@
"Authentication"
],
"summary": "Refresh User Token",
"parameters": [
{
"description": "Refresh Token",
"name": "refreshToken",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/bikefest_pkg_model.RefreshTokenRequest"
}
}
],
"responses": {
"200": {
"description": "Access and Refresh Tokens successfully generated",
Expand Down Expand Up @@ -737,17 +717,6 @@
}
}
},
"bikefest_pkg_model.RefreshTokenRequest": {
"type": "object",
"required": [
"refresh_token"
],
"properties": {
"refresh_token": {
"type": "string"
}
}
},
"bikefest_pkg_model.Response": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 609e2a1

Please sign in to comment.