webcatalogIdPut method

@param id

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsWebCatalogSettingsWebCatalogWebCatalog>>
    webcatalogIdPut(
        {required String? id,
        required WebApiModulesSettingsWebCatalogSettingsWebCatalogWebCatalog?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsWebCatalogSettingsWebCatalogWebCatalog,
      () => WebApiModulesSettingsWebCatalogSettingsWebCatalogWebCatalog
          .fromJsonFactory);

  return _webcatalogIdPut(id: id, body: body);
}