pub fn set_openapi_config( config: Option<OpenAPIConfig>, ) -> Result<Option<&'static OpenAPIConfig>, Error>
Set the OpenAPI configuration directly
OpenAPI
Will return Err if the configuration can’t be set
Err