metacat-main/src/main/java/com/netflix/metacat/main/api/v1/PartitionController.java [290:307]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    @ResponseStatus(HttpStatus.OK)
    @Operation(
        summary = "List of partitions for a metacat view",
        description = "List of partitions for the given view name under the given catalog and database"
    )
    @ApiResponses(
        {
            @ApiResponse(
                responseCode = "200",
                description = "The partitions were retrieved"
            ),
            @ApiResponse(
                responseCode = "404",
                description = "The requested catalog or database or metacat view cannot be located"
            )
        }
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



metacat-main/src/main/java/com/netflix/metacat/main/api/v1/PartitionController.java [434:451]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    @ResponseStatus(HttpStatus.OK)
    @Operation(
        summary = "List of partitions for a metacat view",
        description = "List of partitions for the given view name under the given catalog and database"
    )
    @ApiResponses(
        {
            @ApiResponse(
                responseCode = "200",
                description = "The partitions were retrieved"
            ),
            @ApiResponse(
                responseCode = "404",
                description = "The requested catalog or database or metacat view cannot be located"
            )
        }
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



