PATCH
/
projects
/
{projectIdOrName}
/
connections
/
{connectionId}
:oauth-update
curl --request PATCH \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/connections/{connectionId}:oauth-update \
  --header 'X-Api-Key: <api-key>'
"<string>"

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

Ampersand Project ID or name.

connectionId
string
required

ID of connection to update.

Response

200
text/plain
OAuth update initiated successfully

URL to initiate OAuth flow