Skip to content

Commit

Permalink
same for SchemaResource
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Jan 11, 2023
1 parent baf7e79 commit 413fb63
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ public void getSchema(
@GET
@Path("/{tenant}/{cluster}/{namespace}/{topic}/schema/{version}")
@Produces(MediaType.APPLICATION_JSON)
@ApiOperation(value = "Get the schema of a topic at a given version", response = GetSchemaResponse.class)
@ApiOperation(value = "Get the schema of a topic at a given version", response = GetSchemaResponse.class,
nickname = "getSchemaByVersion")
@ApiResponses(value = {
@ApiResponse(code = 307, message = "Current broker doesn't serve the namespace of this topic"),
@ApiResponse(code = 401, message = "Client is not authorized or Don't have admin permission"),
Expand Down

0 comments on commit 413fb63

Please sign in to comment.