# Update a custom default folder **PUT /api/v1/custom-default-folder/{customDefaultFolder_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **customDefaultFolder_uuid** (string) ### Body: application/json (object) - **description** (string) A description of the default folder structure - **model** (string) What model this default folder structure is for. Can be either client or case - **structure** (array) The default folders structure. - **is_active** (boolean) Whether this default folder structure is active or not. Only one default folder structure for the same model and parameter can be active at a time. - **parameter** (string) The parameter for the default folder structure. If the model is client, this can be either individual, trust, business or shared. If the type is case, this can be any of the case types that are available in the firm. - **for_existing** (boolean) Whether this default folder structure is applied to existing clients or not. If this is false, the default folder structure will only be applied to new clients. ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **description** (string) The description of the custom default folders structure. - **model** (string) The model the default folders structure is for. - **parameter** (string) The parameter the default folders structure is for. - **case_type** (object) The case type object when model is "case" and the parameter is a valid case type UUID. - **structure** (array[object]) The default folders structure. - **is_active** (boolean) Whether the default folders structure is active. - **for_existing** (boolean) Whether the default folders structure is for existing clients. [Powered by Bump.sh](https://bump.sh)