Class GeoServiceAdminController

java.lang.Object
org.tailormap.api.controller.admin.GeoServiceAdminController

@RestController public class GeoServiceAdminController extends Object
  • Constructor Details

    • GeoServiceAdminController

      public GeoServiceAdminController(GeoServiceRepository geoServiceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks)
  • Method Details

    • refreshCapabilities

      @PostMapping(path="${tailormap-api.admin.base-path}/geo-services/{id}/refresh-capabilities") public org.springframework.http.ResponseEntity<GeoService> refreshCapabilities(@PathVariable String id, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Throws:
      Exception