Update

Updates an organization-created contact. | authz: min_org_role=operator | (ContactClientUpdate1) -> (bool)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

contact_idstringRequired

Request

This endpoint expects an object.
email_addressstringOptional
email_address__set_to_NonebooleanOptionalDefaults to false
job_titlestringOptional
job_title__set_to_NonebooleanOptionalDefaults to false
locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

location__set_to_NonebooleanOptionalDefaults to false
namestringOptional1-255 characters
notesstringOptional<=524288 characters
notes__set_to_NonebooleanOptionalDefaults to false
phone_numberstringOptional
phone_number__set_to_NonebooleanOptionalDefaults to false

Response

Successful Response

Errors

422
Contacts Update V1request Unprocessable Entity Error