update asciidoc samples

This commit is contained in:
William Cheng 2023-05-16 14:18:14 +08:00
parent 1c56b07634
commit 5ffa233dfe
2 changed files with 360 additions and 410 deletions

View File

@ -1 +1 @@
5.0.0-SNAPSHOT
7.0.0-SNAPSHOT

View File

@ -3,7 +3,7 @@ team@openapitools.org
1.0.0
:toc: left
:numbered:
:toclevels: 3
:toclevels: 4
:source-highlighter: highlightjs
:keywords: openapi, rest, OpenAPI Petstore
:specDir: modules/openapi-generator/src/main/resources/asciidoc-documentation
@ -22,11 +22,11 @@ This is a sample server Petstore server. For this sample, you can use the api ke
== Access
* *APIKey* KeyParamName: _api_key_, KeyInQuery: _false_, KeyInHeader: _true_
* *OAuth* AuthorizationUrl: _http://petstore.swagger.io/api/oauth/dialog_, TokenUrl: __
* *APIKey* KeyParamName: _api_key_, KeyInQuery: _false_, KeyInHeader: _true_
== Endpoints
@ -1865,56 +1865,6 @@ A category for a pet
|===
[#InlineObject]
=== _InlineObject_
[.fields-InlineObject]
[cols="2,1,2,4,1"]
|===
| Field Name| Required| Type| Description| Format
| name
|
| String
| Updated name of the pet
|
| status
|
| String
| Updated status of the pet
|
|===
[#InlineObject1]
=== _InlineObject1_
[.fields-InlineObject1]
[cols="2,1,2,4,1"]
|===
| Field Name| Required| Type| Description| Format
| additionalMetadata
|
| String
| Additional data to pass to server
|
| file
|
| File
| file to upload
| binary
|===
[#Order]
=== _Order_ Pet Order