- URL:
- https://<notebookserveradmin>/notebooks/updateDefaultTemplate
- Methods:
POST
- Required Capability:
- Administrator
- Version Introduced:
- 10.8
Description
The upgrade
operation allows the default notebook template that is provided with ArcGIS Notebook Server to be updated and changed to a new, custom template. Save these templates as JSON .ipynb
files in the template location at <ArcGI
.
Request parameters
Parameter | Details |
---|---|
| The new custom notebook file that will replace the default template. When the file is added, the original template ( |
| The response format. The default response format is Values: |
Example usage
https://notebookserver.domain.com:11433/arcgis/admin/notebooks/updateDefaultTemplate
defaultNotebook=default_new.ipynb
f=pjson
JSON Response example
{"status": "success"}