@whyour/qinglong-cli 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +1 -1
- package/README.md +1 -1
- package/dist/npm/ql.js +5 -5
- package/dist/npm/ql.js.map +3 -3
- package/package.json +1 -1
- package/skills/qinglong-cli/references/openapi.md +1 -1
package/package.json
CHANGED
|
@@ -176,7 +176,7 @@ System/user operations below execute remotely through the panel API. They do not
|
|
|
176
176
|
| `ql system config-panel-title ` | PUT | `system/config/panel-title` | --data, --query |
|
|
177
177
|
| `ql system config-global-ssh-key ` | PUT | `system/config/global-ssh-key` | --data, --query |
|
|
178
178
|
| `ql system config-dependence-clean ` | PUT | `system/config/dependence-clean` | --data, --query |
|
|
179
|
-
| `ql dashboard record ` | POST | `dashboard/record` | --query |
|
|
179
|
+
| `ql dashboard record ` | POST | `dashboard/record` | --data, --query |
|
|
180
180
|
| `ql dashboard overview ` | GET | `dashboard/overview` | --query |
|
|
181
181
|
| `ql dashboard trend ` | GET | `dashboard/trend` | --query |
|
|
182
182
|
| `ql dashboard top-time ` | GET | `dashboard/top-time` | --query |
|