mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
test: update test
This commit is contained in:
parent
e9593e0e6d
commit
2b1fbe79ac
|
@ -384,17 +384,6 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Pet'
|
$ref: '#/components/schemas/Pet'
|
||||||
application/xml-dtd:
|
|
||||||
schema:
|
|
||||||
type: array
|
|
||||||
maxItems: 999
|
|
||||||
minItems: 0
|
|
||||||
items:
|
|
||||||
type: array
|
|
||||||
maxItems: 777
|
|
||||||
minItems: 111
|
|
||||||
items:
|
|
||||||
type: number
|
|
||||||
'400':
|
'400':
|
||||||
description: Invalid tag value
|
description: Invalid tag value
|
||||||
security:
|
security:
|
||||||
|
@ -544,6 +533,20 @@ paths:
|
||||||
subscriptionId:
|
subscriptionId:
|
||||||
type: string
|
type: string
|
||||||
example: AAA-123-BBB-456
|
example: AAA-123-BBB-456
|
||||||
|
'200':
|
||||||
|
description: Successful operation
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: array
|
||||||
|
maxItems: 999
|
||||||
|
minItems: 0
|
||||||
|
items:
|
||||||
|
type: array
|
||||||
|
maxItems: 777
|
||||||
|
minItems: 111
|
||||||
|
items:
|
||||||
|
type: number
|
||||||
callbacks:
|
callbacks:
|
||||||
orderInProgress:
|
orderInProgress:
|
||||||
'{$request.body#/callbackUrl}?event={$request.body#/eventName}':
|
'{$request.body#/callbackUrl}?event={$request.body#/eventName}':
|
||||||
|
|
|
@ -2564,21 +2564,6 @@ try {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"application/xml-dtd": Object {
|
|
||||||
"schema": Object {
|
|
||||||
"items": Object {
|
|
||||||
"items": Object {
|
|
||||||
"type": "number",
|
|
||||||
},
|
|
||||||
"maxItems": 777,
|
|
||||||
"minItems": 111,
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
"maxItems": 999,
|
|
||||||
"minItems": 0,
|
|
||||||
"type": "array",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
"description": "successful operation",
|
"description": "successful operation",
|
||||||
},
|
},
|
||||||
|
@ -3262,6 +3247,26 @@ culpa qui officia deserunt mollit anim id est laborum.
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"responses": Object {
|
"responses": Object {
|
||||||
|
"200": Object {
|
||||||
|
"content": Object {
|
||||||
|
"application/json": Object {
|
||||||
|
"schema": Object {
|
||||||
|
"items": Object {
|
||||||
|
"items": Object {
|
||||||
|
"type": "number",
|
||||||
|
},
|
||||||
|
"maxItems": 777,
|
||||||
|
"minItems": 111,
|
||||||
|
"type": "array",
|
||||||
|
},
|
||||||
|
"maxItems": 999,
|
||||||
|
"minItems": 0,
|
||||||
|
"type": "array",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"description": "Successful operation",
|
||||||
|
},
|
||||||
"201": Object {
|
"201": Object {
|
||||||
"content": Object {
|
"content": Object {
|
||||||
"application/json": Object {
|
"application/json": Object {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user