Function
| Arg | Description | Type |
|---|---|---|
| notebook_id | The id of the notebook to update | string (required) |
| description | The description of the notebook | string |
| collaborators | A list of users to share the notebook with. | list of string |
| public | If set the notebook will be public. | bool |
| attachment | Raw data of an attachment to be added to the notebook | string |
| attachment_filename | The name of the attachment | string |
Update a notebook metadata.