patch https://api.sigmacomputing.com/v2/files/
Update a folder or documents.
Usage notes
- Retrieve the inodeId by calling the /v2/files endpoint and using the
id
included in the response. - Specify a parentId to place the document within a folder. Retrieve the ID to use as a parentId by calling the /v2/files endpoint and reviewing the
id
field in the response for files with atype
offolder
. - To restore a deleted folder or document, set the restore parameter to
true
.
Recipes
📖
Workbooks - Update owner (Javascript)
Open Recipe