Updates a specific environment variable for an application by its ID.
appId-orgId
.success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have permission to access the application.APP_NOT_FOUND
: The specified application does not exist.INVALID_ENVIRONMENT
: The provided environment variable is invalid or uses a forbidden key.ENV_VARIABLE_TOO_LONG
: The environment variable key or value exceeds length limits.ENVIRONMENT_NOT_FOUND
: The specified environment variable ID was not found.