core/src/main/java/org/apache/rocketmq/schema/registry/core/api/v1/SchemaController.java [245:264]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        method = RequestMethod.PUT,
        consumes = MediaType.APPLICATION_JSON_VALUE
        )
    @ApiOperation(
        value = "Update schema and generate new schema version",
        notes = "Update the given schema"
        )
    @ApiResponses(
        {
            @ApiResponse(
                code = HttpURLConnection.HTTP_OK,
                message = "Update schema success"
            ),
            @ApiResponse(
                code = HttpURLConnection.HTTP_NOT_FOUND,
                message = "The requested schema cannot be found"
            )
        }
        )
    public UpdateSchemaResponse updateSchema(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/src/main/java/org/apache/rocketmq/schema/registry/core/api/v1/SchemaController.java [277:296]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        method = RequestMethod.PUT,
        consumes = MediaType.APPLICATION_JSON_VALUE
        )
    @ApiOperation(
        value = "Update schema and generate new schema version",
        notes = "Update the given schema"
        )
    @ApiResponses(
        {
            @ApiResponse(
                code = HttpURLConnection.HTTP_OK,
                message = "Update schema success"
            ),
            @ApiResponse(
                code = HttpURLConnection.HTTP_NOT_FOUND,
                message = "The requested schema cannot be found"
            )
        }
        )
    public UpdateSchemaResponse updateSchema(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



