Update a technical contact

Replaces a technical contact's name, email and phone. Despite the verb this is not a field-wise patch: name is required on every call, and an omitted email or phone is written as null. The update timestamp and author are set for you.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the technical contact to update.

Body Params
string
required

Contact name; required on every call, because this replaces the stored values rather than patching them.

string | null

Email address, validated and truncated to 255 characters; omitting it writes null.

string | null

Phone number, truncated to 32 characters; omitting it writes null.

Responses
200

The updated technical contact.

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json