Skip to main content
PATCH
Update environment configuration

Authorizations

Authorization
string
header
required

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

Path Parameters

environmentName
string
required

Name of the environment Standard identifier pattern for resource names

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

Body

application/json

Represents a Malloy environment containing packages, connections, and other resources

resource
string

Resource path to the environment

name
string

Environment name

readme
string

Environment README content

location
string

Environment location, can be an absolute path or URI (e.g. github, s3, gcs, etc.)

connections
object[]

List of database connections configured for this environment

packages
object[]

List of Malloy packages in this environment

Response

Returns the environment updated

Represents a Malloy environment containing packages, connections, and other resources

resource
string

Resource path to the environment

name
string

Environment name

readme
string

Environment README content

location
string

Environment location, can be an absolute path or URI (e.g. github, s3, gcs, etc.)

connections
object[]

List of database connections configured for this environment

packages
object[]

List of Malloy packages in this environment