Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceDefine a new environment value.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
body: anyOptional
options: anyOverride http request option.
Create an Environment Value
Delete an existing environment value
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The `_id` value of an environment value.
Optional
options: anyOverride http request option.
Delete an Environment Value
Get details about a specific environment value
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The `_id` value of an environment value.
Optional
options: anyOverride http request option.
Get an Environment Value
Get basic information about all environment values in the App. Results do not include the environment-specific values
. For details on a specific environment, call Get an Environment Value.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
List All Environment Values
Modify an existing environment value
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The `_id` value of an environment value.
Optional
body: anyOptional
options: anyOverride http request option.
Modify an Environment Value
Set the App's active environment
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
adminSetEnvironmentRequest: AdminSetEnvironmentRequestOptional
options: anyOverride http request option.
Set the App Environment
Generated using TypeDoc
EnvironmentsApi - factory interface