change response of edit domain to array
This commit is contained in:
parent
a4be13828b
commit
692384e21b
|
@ -2987,8 +2987,11 @@ paths:
|
||||||
$ref: "#/components/responses/Unauthorized"
|
$ref: "#/components/responses/Unauthorized"
|
||||||
"200":
|
"200":
|
||||||
content:
|
content:
|
||||||
"*/*":
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
properties:
|
properties:
|
||||||
log:
|
log:
|
||||||
description: contains request object
|
description: contains request object
|
||||||
|
@ -3003,7 +3006,6 @@ paths:
|
||||||
- danger
|
- danger
|
||||||
- error
|
- error
|
||||||
type: string
|
type: string
|
||||||
type: object
|
|
||||||
description: OK
|
description: OK
|
||||||
headers: {}
|
headers: {}
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue