Interface SystemInfoApi


public interface SystemInfoApi
  • Method Details

    • getSystemInfo

      @GetMapping("/api/v1/system_info") org.springframework.http.ResponseEntity<V1SystemInfoResponse> getSystemInfo()
    • updateSystemInfo

      @PutMapping("/api/v1/system_info") org.springframework.http.ResponseEntity<V1SystemInfoResponse> updateSystemInfo(@RequestBody V1SystemInfoRequest body)