From c804ec671be601b2a66e190c28b7ffbd76f0f513 Mon Sep 17 00:00:00 2001 From: Lars With Date: Thu, 14 Jul 2022 10:46:09 +0200 Subject: [PATCH] add rl_frame, rl_value to request body of edit domain --- data/web/api/openapi.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml index fcbf1323..8513d016 100644 --- a/data/web/api/openapi.yaml +++ b/data/web/api/openapi.yaml @@ -3077,7 +3077,17 @@ paths: relayhost: description: id of relayhost type: number - type: object + rl_frame: + enum: + - s + - m + - h + - d + type: string + rl_value: + description: rate limit value + type: number + type: object items: description: contains list of domain names you want update type: object