# Update a business unit **PUT /api/v1/business-units/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **name** (string) Name of the business unit. - **has_alternative_branding** (boolean) Whether alternative branding is enabled for this business unit. - **firm** (object) The firm this business unit belongs to. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. [Powered by Bump.sh](https://bump.sh)