Merge pull request #3882 from ntimo/task/3880

[Api docs] Fixed rate limit examples
master
Timo 2020-11-30 16:30:26 +01:00 committed by GitHub
commit 0b1008e2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 7 deletions

View File

@ -783,13 +783,15 @@ paths:
properties:
active:
description: is the domain admin active or not
type: array
type: boolean
username_new:
description: the username of the domain admin, change this to change the username
type: string
domains:
description: a list of all domains managed by this domain admin
type: array
items:
type: string
password:
description: the new domain admin user password
type: string
@ -4728,9 +4730,10 @@ paths:
schema:
example:
attr:
- rl_vlaue: "10"
rl_frame: "h"
items: info@domain.tld
rl_vlaue: "10"
rl_frame: "h"
items:
- info@domain.tld
properties:
attr:
properties:
@ -4798,9 +4801,10 @@ paths:
schema:
example:
attr:
- rl_vlaue: "10"
rl_frame: "h"
items: domain.tld
rl_vlaue: "10"
rl_frame: "h"
items:
- domain.tld
properties:
attr:
properties: