Update Company File

Updates metadata for an existing company file. Supports renaming the file, moving it to a different category, and toggling employee visibility. Accepts JSON or XML. Only fields included in the request body are updated.

Path Params
integer
required

The ID of the company file to update.

Body Params
string

The new display name for the file.

string

The ID of the category (file section) to move the file to.

string
enum

Whether the file is shared with employees.

Allowed:
Responses
200

The company file was updated successfully.

400

The request body contains malformed JSON or XML.

403

The API user does not have permission to modify this file or its category.

404

The file or the target category was not found.

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here!