post /connections
Creates a new connection.
Creates a new connection, and returns its ID.
Request body
- connectionRequest (required)
- DataConnectionRequest the connection request
Responses
- 201
- Success. The connection has been created.
- 400
- Invalid request
- 403
- The user is not authorized to create a new connection.
- 409
- Duplicate Data Connection Name