Update Company File

Update a company file

Sample Request

{
    "name": "This is a new name for the file",
    "categoryId": "4",
    "shareWithEmployees": "no"
}

Files That Can Be Updated

name - rename the file.
categoryId - move the file to a different category.
shareWithEmployees - update whether this file is shared or not.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!