upservice_update_directory
Update a directory's title or change its manager using directory ID and optional new title or manager employee ID.
Instructions
Update a directory's title or manager.
Args: params (UpdateDirectoryInput): directory_id (int), title (optional), manager_id (optional)
Returns: str: JSON of the updated directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |