Added challenge result

This commit is contained in:
Kamigen
2024-05-01 18:43:20 -04:00
parent b966e28d9a
commit cd2bf64af5
3 changed files with 35 additions and 23 deletions

View File

@@ -34,7 +34,15 @@
"operationId": "GetApiGoogleOSignIn",
"responses": {
"200": {
"description": ""
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
}
}
}
}
}
}