Skip to content

Commit

Permalink
[strimzi#434] docs: removed unnecessary response code
Browse files Browse the repository at this point in the history
Signed-off-by: ilkerkocatepe <[email protected]>
  • Loading branch information
ilkerkocatepe committed Nov 19, 2024
1 parent f24b55c commit bb116ac
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/main/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,24 +613,6 @@
}
}
}
},
"404": {
"description": "The path was not found.",
"content": {
"application/vnd.kafka.v2+json": {
"schema": {
"$ref": "#/components/schemas/Error"
},
"examples": {
"response": {
"value": {
"error_code": 404,
"message": "The specified topic was not found."
}
}
}
}
}
}
}
},
Expand Down

0 comments on commit bb116ac

Please sign in to comment.