diff --git a/documentation/book/api/.openapi-generator/openapi.json-generate-apidoc.sha256 b/documentation/book/api/.openapi-generator/openapi.json-generate-apidoc.sha256 index a2c94e37..8a26cf65 100644 --- a/documentation/book/api/.openapi-generator/openapi.json-generate-apidoc.sha256 +++ b/documentation/book/api/.openapi-generator/openapi.json-generate-apidoc.sha256 @@ -1 +1 @@ -77b5eaed68bedca82b8ad53a16e3841ac7b6ae62a1c16a3ea009d30cd49b768c \ No newline at end of file +444170efeb26c6a819d27e54c5571469b44678895d9090c6c09d0de6318bcf6d \ No newline at end of file diff --git a/src/main/resources/openapi.json b/src/main/resources/openapi.json index 58ecf6c2..9667ea16 100644 --- a/src/main/resources/openapi.json +++ b/src/main/resources/openapi.json @@ -2245,7 +2245,7 @@ "additionalProperties": false, "example": { "topic_name": "my-topic", - "partitions": 3, + "partitions_count": 3, "replication_factor": 2 } } diff --git a/src/main/resources/openapiv2.json b/src/main/resources/openapiv2.json index e3dd9945..a539b6ff 100644 --- a/src/main/resources/openapiv2.json +++ b/src/main/resources/openapiv2.json @@ -2080,7 +2080,7 @@ "additionalProperties": false, "example": { "topic_name": "my-topic", - "partitions": 3, + "partitions_count": 3, "replication_factor": 2 } }