notebooks_list_update_links {civis} | R Documentation |
Get URLs to update notebook
Description
Get URLs to update notebook
Usage
notebooks_list_update_links(id)
Arguments
id |
integer required. |
Value
A list containing the following elements:
updateUrl |
string, Time-limited URL to PUT new contents of the .ipynb file for this notebook. |
updatePreviewUrl |
string, Time-limited URL to PUT new contents of the .htm preview file for this notebook. |
[Package civis version 3.1.2 Index]