Update file metadata

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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the workspace file to update.

Body Params
string

New display name for the file. Must be unique within the parent folder.

string

UUID of the destination folder to move the file to. Use "root" for the user's root folder.

Headers
string
enum
Defaults to application/json; charset=utf-8

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8
application/problem+json