[mod] readme

This commit is contained in:
Christian Fraß 2023-07-03 11:47:13 +02:00
parent 469cc10773
commit c9cd195508

View file

@ -22,12 +22,14 @@ For most API calls it is necessary to provide login information. There are two w
- the default location is `~/.inwx-conf.json` - the default location is `~/.inwx-conf.json`
- a minial configuration file for specifying the credentials would look as follows: - a minial configuration file for specifying the credentials would look as follows:
{ ```
"account": { {
"username": "___", "account": {
"password": "___" "username": "___",
} "password": "___"
} }
}
```
## Commands ## Commands