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 f0bdd7ef..20d03507 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 @@ -cf88d8909114896517ba4027596382126bca594d55dd9a924330232407e603b2 \ No newline at end of file +638e4ea2961241ead6552ccef364f2617c3b602e4bf9dff7786f5c463b07d063 \ No newline at end of file diff --git a/documentation/book/api/index.adoc b/documentation/book/api/index.adoc index af76517a..7c54138b 100644 --- a/documentation/book/api/index.adoc +++ b/documentation/book/api/index.adoc @@ -1432,7 +1432,7 @@ endif::internal-generation[] ===== Description -Retrieves the OpenAPI v2 specification in JSON format. +Retrieves the OpenAPI v3 specification in JSON format. // markup not found, no include::{specDir}openapi/GET/spec.adoc[opts=optional] @@ -1467,7 +1467,7 @@ Retrieves the OpenAPI v2 specification in JSON format. | 200 -| OpenAPI v2 specification in JSON format retrieved successfully. +| OpenAPI v3 specification in JSON format retrieved successfully. | <> |=== @@ -1503,7 +1503,7 @@ endif::internal-generation[] ===== Description -Retrieves the OpenAPI v2 specification in JSON format. +OpenAPI v2 Swagger not supported. // markup not found, no include::{specDir}openapi/v2/GET/spec.adoc[opts=optional] @@ -1522,12 +1522,12 @@ Retrieves the OpenAPI v2 specification in JSON format. -<> +- ===== Content Type -* application/json +* application/vnd.kafka.v2+json ===== Responses @@ -1537,9 +1537,9 @@ Retrieves the OpenAPI v2 specification in JSON format. | Code | Message | Datatype -| 200 -| OpenAPI v2 specification in JSON format retrieved successfully. -| <> +| 410 +| OpenAPI v2 Swagger not supported. +| <> |===