# Update a contact detail **PUT /api/v1/account/{account_uuid}/contact-detail/{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 - **account_uuid** (string) - **uuid** (string) ### Body: application/json (object) - **name** (string) Description of contact detail - **value** (string) Value of contact detail - **primary** (boolean) Make this contact type the primary contact. Will make all other contact details of the same type no longer primary. ## Responses ### 200 #### 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. - **type** (string) Contact detail type - **name** (string) Contact detail description - **value** (string) Contact detail value - **phone_number_meta** (object) If the type is a phone number, this additional field will be displayed giving you information about the phone number. - **accounts** (object) Accounts that own contact detail [Powered by Bump.sh](https://bump.sh)