Update an operator
update_operatorMUTATES Olark data: updates an existing operator. Olark API: PUT /operators/{id} (JSON). Set nickname (display name) and/or available (online/offline status); use the fields passthrough for any other documented field. NOTE: Olark uses full PUT semantics — omitting a field may reset it to its default. The path id is never sent in the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The operator id to update (path only; required). | |
| fields | No | Additional documented Olark fields to send in the JSON write body — merged OVER the typed fields above. | |
| nickname | No | New display name. | |
| available | No | New online/offline (availability) status. |