# Update an OAuth2 connection **PUT /api/v1/oauth/connections/{oauthConnection_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **oauthConnection_uuid** (string) ### Body: application/json (object) - **label** (string) The label of the OAuth2 connection ## 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. - **provider** (object) The name of the provider the OAuth2 connection is for - **access_token_expires_at** (string) The expiry date of the access token. If blank, the access token will not expire. - **refresh_token_expires_at** (string) The expiry date of the refresh token. If blank, the refresh token will not expire. - **refresh_authorization_url** (string) The authorization URL to refresh the connection. Only visible when listing all OAuth2 providers. - **label** (string) The user generated label for the OAuth2 connection. [Powered by Bump.sh](https://bump.sh)