pub async fn discard_hub_project_update(
configuration: &Configuration,
workspace: &str,
slug: &str,
folder: &str,
) -> Result<String, Error<DiscardHubProjectUpdateError>>Expand description
Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the {workspace}:{folder} source and returns the Hub’s status code and raw response body. The published project is left untouched.