Update Employee File

Update an employee file

Sample Request

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

File Attributes That Can Be Updated

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

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