Skip to content

Commit

Permalink
Update generated documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno committed Dec 23, 2024
1 parent 5d87658 commit 1af9db0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cf88d8909114896517ba4027596382126bca594d55dd9a924330232407e603b2
638e4ea2961241ead6552ccef364f2617c3b602e4bf9dff7786f5c463b07d063
16 changes: 8 additions & 8 deletions documentation/book/api/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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.
| <<String>>

|===
Expand Down Expand Up @@ -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]
Expand All @@ -1522,12 +1522,12 @@ Retrieves the OpenAPI v2 specification in JSON format.



<<String>>

-

===== Content Type

* application/json
* application/vnd.kafka.v2+json

===== Responses

Expand All @@ -1537,9 +1537,9 @@ Retrieves the OpenAPI v2 specification in JSON format.
| Code | Message | Datatype


| 200
| OpenAPI v2 specification in JSON format retrieved successfully.
| <<String>>
| 410
| OpenAPI v2 Swagger not supported.
| <<Error>>

|===

Expand Down

0 comments on commit 1af9db0

Please sign in to comment.