We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0d107 commit 0451976Copy full SHA for 0451976
packages/ns-api/README.md
@@ -6920,6 +6920,20 @@ Response example:
6920
6921
If the restart fails return a `restart_failed` error.
6922
6923
+
6924
+### update
6925
6926
+You can update the field `description` that is being sent to the controller.
6927
+```
6928
+api-cli ns.plug update --data '{"description": "My new description"}'
6929
6930
6931
+Response example:
6932
+```json
6933
+{"result": "success"}
6934
6935
6936
6937
## ns.netifyd
6938
6939
Manage netifyd sink configuration.
0 commit comments