Skip to content

Commit

Permalink
apiclient: update README to document version 2 of /tx API
Browse files Browse the repository at this point in the history
  • Loading branch information
vyaghras committed Jan 22, 2025
1 parent ba55cfb commit 2441090
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sources/api/apiclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ You can see all your pending settings like this:
```shell
apiclient raw -u /tx
```
You can also see pending metadata along with pending setting using version 2 of `/tx` like this:
```shell
apiclient raw -u /v2/tx
```

To *commit* the settings, and let the system apply them to any relevant configuration files or services, do this:
```shell
Expand Down
4 changes: 4 additions & 0 deletions sources/api/apiclient/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ You can see all your pending settings like this:
```shell
apiclient raw -u /tx
```
You can also see pending metadata along with pending setting using version 2 of `/tx` like this:
```shell
apiclient raw -u /v2/tx
```

To *commit* the settings, and let the system apply them to any relevant configuration files or services, do this:
```shell
Expand Down

0 comments on commit 2441090

Please sign in to comment.