Skip to content

Commit 305b7c6

Browse files
committed
chore: update doc
1 parent b283831 commit 305b7c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proto/auth/v1/auth.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
2525
"For example:\n"
2626
"```\n"
2727
"curl -X POST -H \"Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....\" /v1/wallet/topup "
28-
"```"
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)"
2931
extensions: {
3032
key: "x-logo"
3133
value: {

0 commit comments

Comments
 (0)