Skip to content

Commit

Permalink
[CORE-3148] schema_registry: Fix Swagger for POST /compatibility/subj…
Browse files Browse the repository at this point in the history
…ects

Signed-off-by: Ben Pope <ben@redpanda.com>
  • Loading branch information
BenPope committed Jul 29, 2024
1 parent 3cef311 commit 40a704a
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 40a704a

Please sign in to comment.