Skip to content

Commit

Permalink
docs: updated api responses on auth endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Kan-A-Pesh committed Oct 30, 2024
1 parent 1a7a263 commit 702b650
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions js/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"token": { "type": "string" }
}
"type": "string"
}
}
}
Expand All @@ -108,10 +105,7 @@
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"id": { "type": "string" }
}
"type": "string"
}
}
}
Expand All @@ -128,7 +122,7 @@
"200": {
"description": "QR code retrieved successfully",
"content": {
"image/png": {
"application/json": {
"schema": {
"type": "string",
"format": "base64"
Expand Down

0 comments on commit 702b650

Please sign in to comment.