# Update folder permissions **POST /api/v1/folder/{folder_uuid}/permissions** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **folder_uuid** (string) ### Body: application/json (object) - **clients_read** (boolean) Give read access to all clients that can view the documentable item. - **clients_write** (boolean) Give write access to all clients that can view the documentable item. - **participants** (array) Give read and write access to specific people that can view the documentable item. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)