PUT
/
organisations
/
{organisationId}
/
connections
/
{connectionId}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
connectionId
string
required

Body

application/json

UpdateConnectionRequestBody is the request body to update an existing connection. This will replace the existing connection details.

name
string
required
data
object
required

ConnectionDataAPIKey is the data element of a connection which is using an apikey authentication type.

Response

200
application/json
id
string
required
orgId
string
required
name
string
required
app
object
required
credentialId
string
required
authConfig
object

AppAuthConfig describes how an organisation can authenticate with an app.

usedByBoards
object[]