internetee-registry/doc/repp/v1/domain_contacts.md

582 B

Tech domain contacts

PATCH https://repp.internet.ee/v1/domains/contacts

Replaces technical domain contacts of the current registrar.

Example request

PATCH /repp/v1/domains/contacts HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Basic dGVzdDp0ZXN0dGVzdA==

{
  "current_contact_id": "ATSAA:749AA80F",
  "new_contact_id": "ATSAA:E36957D7"
}

Example response

{
  "code": 1000,
  "message": "Command completed successfully",
  "data": {
    "affected_domains": [
      "private.ee",
    ],
    "skipped_domains": []
  }
}