ppds_environment_variables_set
Set the current value of an environment variable. Creates the value record if none exists. AI agents can use this to fix misconfigurations during deployment troubleshooting.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| schemaName | String | yes | Schema name of the environment variable |
| value | String | yes | New value to set |
Output
Returns Task<EnvironmentVariablesSetResult>.