Interface CatalogControllerApi


@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-05T07:24:44.377060707Z[Etc/UTC]") @Validated public interface CatalogControllerApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<ProjectDtoGenerated>
    create(@Valid Object body)
    POST /catalog/api/v1/projects/bulk/create : create
  • Method Details

    • create

      @RequestMapping(method=POST, value="/catalog/api/v1/projects/bulk/create", produces="application/json", consumes="application/json") org.springframework.http.ResponseEntity<ProjectDtoGenerated> create(@Valid @RequestBody(required=false) @Valid Object body)
      POST /catalog/api/v1/projects/bulk/create : create
      Parameters:
      body - (optional)
      Returns:
      OK (status code 200) or Created (status code 201) or Unauthorized (status code 401) or Forbidden (status code 403) or Not Found (status code 404)