client.notebooks.get_update_links
A method of the Notebooks endpoint.
- get_update_links(id: int) Response
Get URLs to update notebook
API URL:
GET /notebooks/{id}/update-linksimport civis client = civis.APIClient() response = client.notebooks.get_update_links(...)
- 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.