mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
393 B
393 B
Domain contacts
PATCH https://repp.internet.ee/v1/domains/contacts
Replaces all domain contacts of the current registrar.
Example request
$ curl https://repp.internet.ee/v1/domains/contacts \
-X PATCH \
-u username:password \
-d current_contact_id=foo \
-d new_contact_id=bar
Example response
{
"affected_domains": ["example.com", "example.org"]
}