Skip to main content
PUT
Update an environment

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

id
string
required

ID is the unique identifier of the environment to update

Body

application/json
name
string
description
string
type
enum<string>
default:ENVIRONMENT_TYPE_UNSPECIFIED
Available options:
ENVIRONMENT_TYPE_UNSPECIFIED,
ENVIRONMENT_TYPE_KUBERNETES,
ENVIRONMENT_TYPE_ECS,
ENVIRONMENT_TYPE_SERVER,
ENVIRONMENT_TYPE_LAMBDA,
ENVIRONMENT_TYPE_CUSTOM

Response

A successful response.

environment
Environment represents an environment entity · object
Example: