Update

Updates existing directory entry owned by the caller’s organization. | (DirectoryEntryClientUpdate1) -> (bool)

Authentication

AuthorizationBearer

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

Path parameters

directory_entry_idstringRequired

Request

This endpoint expects an object.
company_namestringOptional
industrystringOptional
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.

contact_first_namestringOptional
contact_last_namestringOptional
phone_number_primarystringOptional
phone_number_secondarystringOptional
email_address_primarystringOptional
email_address_secondarystringOptional
job_titlestringOptional
notesstringOptional

Response

Successful Response

Errors