post
https://{companyDomain}.bamboohr.com/api/v1/employees//files/
Updates metadata for an existing employee file. Supports renaming the file, moving it to a different category, and toggling employee visibility. Accepts JSON or XML; only fields present in the request body are updated. An empty XML document no-ops successfully, while an empty JSON body is treated as malformed JSON.
200The employee file was updated successfully.
400The request body contains malformed JSON or XML.
403The API user does not have permission to modify the requested employee's file or its category.
404The requested employee file or target category was not found.
500An internal server error occurred.
