We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b283831 commit 305b7c6Copy full SHA for 305b7c6
proto/auth/v1/auth.proto
@@ -25,7 +25,9 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
25
"For example:\n"
26
"```\n"
27
"curl -X POST -H \"Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....\" /v1/wallet/topup "
28
- "```"
+ "```\n\n"
29
+ "If you get `Unauthorized`, this mean that you have not put in your token "
30
+ "or your token is invalid (expired, incorrect hash)"
31
extensions: {
32
key: "x-logo"
33
value: {
0 commit comments