API Docs / Schemas / UpdateThirdPartyConnectionRequest

UpdateThirdPartyConnectionRequest

Request for updating an existing ThirdPartyConnection

Properties

Name Type Description
namestring

Display name for the connection

Display name for the connection

redirectUrlstring

URL to redirect the user to after OAuth flow completes.
If you use [code] in the url then we'll replace it with the Code of this ThirdPartyConnection.
This solves the problem of not knowing the code at creation time.

URL to redirect the user to after OAuth flow completes.
If you use [code] in the url then we'll replace it with the Code of this ThirdPartyConnection.
This solves the problem of not knowing the code at creation time.

JSON Example

{
  "name": "string",
  "redirectUrl": "string"
}

Used By Operations