change response of edit domain to array

This commit is contained in:
Lars With 2022-07-14 13:09:18 +02:00
parent a4be13828b
commit 692384e21b
1 changed files with 18 additions and 16 deletions

View File

@ -2987,8 +2987,11 @@ paths:
$ref: "#/components/responses/Unauthorized"
"200":
content:
"*/*":
application/json:
schema:
type: array
items:
type: object
properties:
log:
description: contains request object
@ -3003,7 +3006,6 @@ paths:
- danger
- error
type: string
type: object
description: OK
headers: {}
tags: