upservice_update_directory_record
Partially update a directory record by sending only the fields to change. Omitted fields remain unchanged, and passing null clears that field.
Instructions
Partially update a directory record's fields.
Only fields you explicitly pass are sent — an omitted field is left unchanged, while an
explicit null (e.g. responsible=null) is sent as-is and clears that field server-side.
Args: params (UpdateDirectoryRecordInput): record_id (int) plus any fields to change, extra_fields for the rest
Returns: str: JSON of the updated record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |