client.notebooks.list_update_links
A method of the Notebooks endpoint.
- list_update_links(id: int) ListResponse
Get URLs to update notebook
API URL:
GET /notebooks/{id}/update-linksimport civis client = civis.APIClient() response = client.notebooks.list_update_links(...)
Warning
The method name
<client>.notebooks.list_update_linksis deprecated and will be removed at civis-python v3.0.0 (scheduled for February 2027). Please switch to<client>.notebooks.get_update_linksfor the same method.- Parameters:
- idint
- Returns:
civis.Response- update_urlstr
Time-limited URL to PUT new contents of the .ipynb file for this notebook.
- update_preview_urlstr
Time-limited URL to PUT new contents of the .htm preview file for this notebook.