patch https://api.seismic.com/integration/v2/workspace/files/
This endpoint can be use to move a file or update its properties. The structure of the PATCH is identical to the structure of the GET
, so you can simply use the GET
the get a body, modify any relevant fields, then send the body via the PATCH
. See the section on Patch Conventions for more information on working with PATCH
.
Body Field Definition
- name: The name of the file.
- parentFolderId: The GUID of the file's parent folder. Changing this value will move the file from one folder to another. Use "root" to place files in the user's root folder.
SCOPES
Requires:
seismic.workspace.manage
See Permissions for additional details.