pub async fn set_environment_variable(
__arg0: State<WorkspaceState>,
__arg1: Path<(String, String)>,
__arg2: Json<SetVariableRequest>,
) -> Result<Json<ApiResponse<String>>, Response>Expand description
Set or update an environment variable.