@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-08-08T10:00:10.367Z[Etc/UTC]") @Validated public interface ProjectControllerApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Set<ProjectDto>> |
getAll()
GET /catalog/api/v1/projects : getAll
|
org.springframework.http.ResponseEntity<ProjectDto> |
getProjectById(UUID uuid)
GET /catalog/api/v1/projects/{uuid} : getProjectById
|
@RequestMapping(method=GET,
value="/catalog/api/v1/projects",
produces="application/json")
org.springframework.http.ResponseEntity<Set<ProjectDto>> getAll()
@RequestMapping(method=GET,
value="/catalog/api/v1/projects/{uuid}",
produces="application/json")
org.springframework.http.ResponseEntity<ProjectDto> getProjectById(@PathVariable(value="uuid")
UUID uuid)
uuid - uuid (required)Copyright © 2025. All rights reserved.