Interface SystemInfoApi
public interface SystemInfoApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1SystemInfoResponse>org.springframework.http.ResponseEntity<V1SystemInfoResponse>
-
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)
-