From a4be13828bc4ae1bfe54afd487e0253671111aa8 Mon Sep 17 00:00:00 2001 From: Lars With Date: Thu, 14 Jul 2022 11:32:01 +0200 Subject: [PATCH] add tags to request body of edit domain --- data/web/api/openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml index 13e7b5c8..a7cdefca 100644 --- a/data/web/api/openapi.yaml +++ b/data/web/api/openapi.yaml @@ -3087,6 +3087,11 @@ paths: rl_value: description: rate limit value type: number + tags: + description: tags for this Domain + type: array + items: + type: string type: object items: description: contains list of domain names you want update