Skip to content

Commit 0451976

Browse files
committed
updated docs
1 parent 0a0d107 commit 0451976

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/ns-api/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6920,6 +6920,20 @@ Response example:
69206920
69216921
If the restart fails return a `restart_failed` error.
69226922
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+
69236937
## ns.netifyd
69246938
69256939
Manage netifyd sink configuration.

0 commit comments

Comments
 (0)