Interface ChartControllerApi

All Known Subinterfaces:
HighchartsFeignClient

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-05T10:42:48.511334388Z[Etc/UTC]") @Validated public interface ChartControllerApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<org.springframework.core.io.Resource>
    create(@Valid Object body)
    POST /api/v1/create : create
  • 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)