Skip to content

Commit

Permalink
Merge pull request #22647 from vbotbuildovich/backport-pr-22620-v23.3…
Browse files Browse the repository at this point in the history
….x-910

[v23.3.x] [CORE-3148] schema_registry: Fix Swagger for `POST /compatibility`
  • Loading branch information
michael-redpanda authored Jul 30, 2024
2 parents 6c7c0c8 + 57e6ddb commit af9f70d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 1 addition & 6 deletions src/v/pandaproxy/api/api-doc/schema_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1158,12 +1158,7 @@
"200": {
"description": "OK",
"schema": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
"$ref": "#/definitions/is_compatibile"
}
},
"409": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,12 @@
]
},
}
},
"is_compatibile": {
"type": "object",
"properties": {
"is_compatible": {
"type": "boolean"
}
}
}

0 comments on commit af9f70d

Please sign in to comment.