Skip to main content
PATCH
Update file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string<uuid>
required
file_id
string<uuid>
required

Body

application/json
name
string | null
parent_id
string<uuid> | null
visibility
enum<string> | null
Available options:
org,
restricted,
null

Response

200 - application/json

Updated file.

id
string<uuid>
object
enum<string>
Available options:
file
encrypted
boolean
type
enum<string>
Available options:
file,
folder
name
string
name_enc
object | null
parent_id
string<uuid> | null
visibility
enum<string>
Available options:
org,
restricted
record_type
string | null
record_id
string<uuid> | null
share_id
string | null
created_at
string
updated_at
string
Last modified on June 30, 2026