# Update a client link **PUT /api/v1/client/{client_uuid}/linked-clients/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **client_uuid** (string) The UUID of the client. - **uuid** (string) The UUID of the linked client. ### Body: application/json (object) - **relationship** (string) The relationship to the linked client. - **inverse_relationship** (string) The inverse relationship to the client. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The unique identifier of the linked client. - **name** (string) The name of the linked client. - **relationship** (string) The relationship to the linked client. [Powered by Bump.sh](https://bump.sh)