We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b2f0b commit 25f2f98Copy full SHA for 25f2f98
docs/dev_manual/api_manual.md
@@ -29,7 +29,7 @@ Token = md5('1panel' + API-Key + UnixTimestamp)
29
30
### 示例请求头:
31
```shell
32
-curl -X GET "http://localhost:4004/api/v1/resource" \
+curl -X GET "http://localhost:4004/api/v1/dashboard/current" \
33
-H "1Panel-Token: <1panel_token>" \
34
-H "1Panel-Timestamp: <current_unix_timestamp>"
35
```
0 commit comments