Interface ChartControllerApi
- All Known Subinterfaces:
HighchartsFeignClient
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:59:12.182939329Z[Etc/UTC]")
@Validated
public interface ChartControllerApi
-
Method Summary
-
Method Details
-
create
@RequestMapping(method=POST, value="/api/v1/create", produces="image/png", consumes="application/json") org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> create(@Valid @RequestBody(required=false) @Valid Object body) POST /api/v1/create : create- Parameters:
body- (optional)- Returns:
- Chart image in PNG format (status code 201) or Unauthorized (status code 401)
-