From 0796233d50ec647eac82f53f5825c5c7597853fe Mon Sep 17 00:00:00 2001 From: Lars With Date: Wed, 13 Jul 2022 08:23:15 +0200 Subject: [PATCH] change response of add domain to array --- data/web/api/openapi.yaml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml index 3803e5bd..cb589c2b 100644 --- a/data/web/api/openapi.yaml +++ b/data/web/api/openapi.yaml @@ -518,21 +518,23 @@ paths: - domain.tld type: success schema: - properties: - log: - description: contains request object - items: {} - type: array - msg: - items: {} - type: array - type: - enum: - - success - - danger - - error - type: string - type: object + type: array + items: + type: object + properties: + log: + description: contains request object + items: {} + type: array + msg: + items: {} + type: array + type: + enum: + - success + - danger + - error + type: string description: OK headers: {} tags: