Skip to main content
POST
/
organizations
/
{organizationName}
/
projects
/
{projectName}
/
connections
{
  "code": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
projectName
string
required

The unique identifier of the project Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

dryRun
boolean
default:false

Whether to test the connection without saving it

Body

application/json

The body is of type any.

Response

Connection created successfully