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



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



