Change naming

#662
This commit is contained in:
Artur Beljajev 2018-06-04 02:14:15 +03:00
parent 0ac3a43613
commit 8c915164c5
8 changed files with 51 additions and 38 deletions

View file

@ -8,8 +8,8 @@ Replaces all domain contacts of the current registrar.
$ curl https://repp.internet.ee/v1/domains/contacts \
-X PATCH \
-u username:password \
-d predecessor=foo \
-d successor=bar
-d current_contact_id=foo \
-d new_contact_id=bar
```
### Example response
```