Skip to content

Commit

Permalink
Update user response in openapi-docs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoarizu committed Dec 2, 2024
1 parent f82b7d7 commit 93d1980
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions default-service/openapi-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"photo": {
"token": {
"type": "string"
}
}
Expand All @@ -96,8 +93,7 @@
"data": {
"id": 115,
"name": "Teme Wakaihasite",
"email": "[email protected]",
"photo": "https://storage.googleapis.com/mahasiswa/mahasiswa_4a43980e-0915-4ee2-9c5b-2f0a8bcd0c8c.jpg"
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6OCwiaWF0IjoxNzMzMTQ5MDU0fQ.hvEdNo2eyOeuzkutt3XB2Ndkrsiv8g01s_eFO133dlA"
}
}
}
Expand Down Expand Up @@ -212,9 +208,6 @@
},
"email": {
"type": "string"
},
"photo": {
"type": "string"
}
}
}
Expand All @@ -226,8 +219,7 @@
"data": {
"id": 115,
"name": "Teme Wakaihasite",
"email": "[email protected]",
"photo": null
"email": "[email protected]"
}
}
}
Expand Down

0 comments on commit 93d1980

Please sign in to comment.