UpdateThirdPartyConnectionRequest
Request for updating an existing ThirdPartyConnection
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name for the connection |
Display name for the connection | ||
| redirectUrl | string | URL to redirect the user to after OAuth flow completes. |
URL to redirect the user to after OAuth flow completes. | ||
JSON Example
{
"name": "string",
"redirectUrl": "string"
}