Update a workbook
Workbooks
Update a workbook
Update a workbook’s properties. All fields are optional; only the fields you send are changed.
name— rename the workbook.meta— replace the workbook’s metadata object.folderId— move the workbook between folders. Set it to a folder id to move the workbook into that folder, or tonullto move it back to the workspace root.
Access depends on what you change. Renaming or editing metadata requires edit access to the workbook. Moving the workbook (any request that includes folderId) requires manage access to the workbook, plus edit access to the destination folder when moving into one.
To move a workbook you can use either this endpoint or the unified POST /workspace/move. Returns 404 if the workbook does not exist or belongs to a different deployment.
PUT
Update a workbook
Authorizations
API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.
Response
200 - application/json
Successful response