Update Environment
UpdateEnvironment updates an Environment. Credentials may be reordered and AuthSchemeConfigs updated, however
actual Credentials may only be updated via the UpdateCredential
operation.
Authorizations
Cookie authentication used by the Versori Platform.
Path Parameters
ID is the unique identifier of the Connection.
Body
ID is the unique identifier of the Environment. Typically this is only used internally and most (if not all)
public-facing APIs will use the name
in combination with the Connection's id
instead.
Name is the new name of the Environment.
EnvironmentCredentialsUpdate defines the Action and Trigger credentials for the owning Connection.
Only the order and the AuthSchemeConfig of each EnvironmentCredential can be updated. To update the underlying
Credential, the UpdateCredential
operation should be used.
Variables, if set, will replace the existing variables in the Environment. Setting to an empty array will delete all variables. Omitting this field will leave the existing variables unchanged.
Name is the name of the environment variable.
Value is the value of the environment variable.
Response
ID is the unique identifier of the Environment. Typically this is only used internally and most (if not all)
public-facing APIs will use the name
in combination with the Connection's id
instead.
Name is the name of the Environment. This must be unique within the owning Connection.
EnvironmentCredentials defines the Action and Trigger credentials for the owning Connection. If multiple credentials are defined for each type, they are applied to the request in the order they are defined. This is to enable Connections which require both a user session token and an API key to be provided in the request.
Name is the name of the environment variable.
Value is the value of the environment variable.
CreatedAt is the time the Environment was created.
UpdatedAt is the time the Environment was last updated.