Skip to content

Commit

Permalink
Update workflow-api-overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Mar 8, 2023
1 parent 1287758 commit 2532418
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ curl <options> http://<explorer_address>:<explorer_port>/<api_path>?{<body>}
curl -i -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <account_base64_encode>" -d '{"address":"<nebula_address>","port":<nebula_port>}' http://<explorer_address>:<explorer_port>/api-open/v1/connect
```

<<<<<<< HEAD
- `<account_base64_encode>`:Base64 编码后的 NebulaGraph 账号和密码。编码前格式为`账号:密码`,下文示例为`root:123`,编码后为`cm9vdDoxMjM=`
=======
- `<account_base64_encode>`:Base64 编码后的 NebulaGraph 账号和密码字符串。以用户名`root`、密码`123`为例,序列化后的字符串为`["root","123"]`,Base64 编码后为`WyJyb290IiwiMTIzIl0=`
>>>>>>> 8338f513 (Update workflow-api-overview.md (#2605))
- `<nebula_address>`:NebulaGraph 访问地址。
- `<nebula_port>`:NebulaGraph 访问端口。
- `<explorer_address>`:NebulaGraph Explorer 访问地址。
Expand Down

0 comments on commit 2532418

Please sign in to comment.