v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
Connection environments

Create connection environments

Creates connection environments by associating environment-specific connections with a base connection

post/v1/connection-environments

Request body

baseConnectionIdstring uuid required

The UUID of the base connection to associate environment connections with

environmentConnectionIdsstring required

A comma-separated list of connection UUIDs to use as environment connections. All connection IDs must be valid UUIDs that:

  • Exist in your organization
  • Have the same dialect as the base connection
  • Aren't already used as environment connections for the base connection
  • Aren't the same as the base connection

Response

Connection environment(s) created successfully

successboolean