Skip to main content

apply_openapi_override

Function apply_openapi_override 

Source
pub fn apply_openapi_override(
    config: &mut EffectiveRepositoryConfig,
    openapi: &str,
) -> Result<(), ConfigError>
Expand description

Applies the highest-precedence command-line OpenAPI override.

ยงErrors

Returns ConfigError::EmptyField when the override is empty.