Merge pull request #3882 from ntimo/task/3880
[Api docs] Fixed rate limit examples
This commit is contained in:
		@@ -783,13 +783,15 @@ paths:
 | 
				
			|||||||
                  properties:
 | 
					                  properties:
 | 
				
			||||||
                    active:
 | 
					                    active:
 | 
				
			||||||
                      description: is the domain admin active or not
 | 
					                      description: is the domain admin active or not
 | 
				
			||||||
                      type: array
 | 
					                      type: boolean
 | 
				
			||||||
                    username_new:
 | 
					                    username_new:
 | 
				
			||||||
                      description: the username of the domain admin, change this to change the username
 | 
					                      description: the username of the domain admin, change this to change the username
 | 
				
			||||||
                      type: string
 | 
					                      type: string
 | 
				
			||||||
                    domains:
 | 
					                    domains:
 | 
				
			||||||
                      description: a list of all domains managed by this domain admin
 | 
					                      description: a list of all domains managed by this domain admin
 | 
				
			||||||
                      type: array
 | 
					                      type: array
 | 
				
			||||||
 | 
					                      items:
 | 
				
			||||||
 | 
					                        type: string
 | 
				
			||||||
                    password:
 | 
					                    password:
 | 
				
			||||||
                      description: the new domain admin user password
 | 
					                      description: the new domain admin user password
 | 
				
			||||||
                      type: string
 | 
					                      type: string
 | 
				
			||||||
@@ -4728,9 +4730,10 @@ paths:
 | 
				
			|||||||
            schema:
 | 
					            schema:
 | 
				
			||||||
              example:
 | 
					              example:
 | 
				
			||||||
                attr:
 | 
					                attr:
 | 
				
			||||||
                  - rl_vlaue: "10"
 | 
					                  rl_vlaue: "10"
 | 
				
			||||||
                  rl_frame: "h"
 | 
					                  rl_frame: "h"
 | 
				
			||||||
                items: info@domain.tld
 | 
					                items:
 | 
				
			||||||
 | 
					                  - info@domain.tld
 | 
				
			||||||
              properties:
 | 
					              properties:
 | 
				
			||||||
                attr:
 | 
					                attr:
 | 
				
			||||||
                  properties:
 | 
					                  properties:
 | 
				
			||||||
@@ -4798,9 +4801,10 @@ paths:
 | 
				
			|||||||
            schema:
 | 
					            schema:
 | 
				
			||||||
              example:
 | 
					              example:
 | 
				
			||||||
                attr:
 | 
					                attr:
 | 
				
			||||||
                  - rl_vlaue: "10"
 | 
					                  rl_vlaue: "10"
 | 
				
			||||||
                  rl_frame: "h"
 | 
					                  rl_frame: "h"
 | 
				
			||||||
                items: domain.tld
 | 
					                items:
 | 
				
			||||||
 | 
					                  - domain.tld
 | 
				
			||||||
              properties:
 | 
					              properties:
 | 
				
			||||||
                attr:
 | 
					                attr:
 | 
				
			||||||
                  properties:
 | 
					                  properties:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user