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

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organisationId
string
required
connectionId
string
required

Body

application/json
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
authConfig
object

AppAuthConfig describes how an organisation can authenticate with an app.

credentialId
string
required
usedByBoards
object[]