chore(dyn): change password -> client_key

This commit is contained in:
Quentin McGaw
2022-12-14 20:18:56 +00:00
parent 2165b69137
commit 3fd82ab89f
2 changed files with 15 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
"domain": "domain.com",
"host": "@",
"username": "username",
"password": "password",
"client_key": "client_key",
"ip_version": "ipv4",
"provider_ip": true
}
@@ -25,7 +25,7 @@
- `"domain"`
- `"host"` is your host and can be a subdomain or `"@"`
- `"username"`
- `"password"`
- `"client_key"`
### Optional parameters