Skip to content

Commit

Permalink
Merge pull request #22646 from vbotbuildovich/backport-pr-22620-v24.2…
Browse files Browse the repository at this point in the history
….x-25

[v24.2.x] [CORE-3148] schema_registry: Fix Swagger for `POST /compatibility`
  • Loading branch information
michael-redpanda authored Jul 30, 2024
2 parents 9152714 + 916e676 commit 4547fad
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 4547fad

Please sign in to comment.