Skip to content

Commit

Permalink
[strimzi#434] docs: edits after review
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 603214a commit 11c8a7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77b5eaed68bedca82b8ad53a16e3841ac7b6ae62a1c16a3ea009d30cd49b768c
444170efeb26c6a819d27e54c5571469b44678895d9090c6c09d0de6318bcf6d
2 changes: 1 addition & 1 deletion src/main/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@
"additionalProperties": false,
"example": {
"topic_name": "my-topic",
"partitions": 3,
"partitions_count": 3,
"replication_factor": 2
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/openapiv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@
"additionalProperties": false,
"example": {
"topic_name": "my-topic",
"partitions": 3,
"partitions_count": 3,
"replication_factor": 2
}
}
Expand Down

0 comments on commit 11c8a7e

Please sign in to comment.