[API] Fix minor issue in api docs
This commit is contained in:
parent
c0f2922eb0
commit
c82f38a025
|
@ -4805,7 +4805,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
example:
|
example:
|
||||||
attr:
|
attr:
|
||||||
rl_vlaue: "10"
|
rl_value: "10"
|
||||||
rl_frame: "h"
|
rl_frame: "h"
|
||||||
items:
|
items:
|
||||||
- info@domain.tld
|
- info@domain.tld
|
||||||
|
@ -4815,7 +4815,7 @@ paths:
|
||||||
rl_frame:
|
rl_frame:
|
||||||
description: contains the frame for the ratelimit h,s,m
|
description: contains the frame for the ratelimit h,s,m
|
||||||
type: string
|
type: string
|
||||||
rl_vlaue:
|
rl_value:
|
||||||
description: contains the rate for the ratelimit 10,20,50,1
|
description: contains the rate for the ratelimit 10,20,50,1
|
||||||
type: number
|
type: number
|
||||||
type: object
|
type: object
|
||||||
|
@ -4876,7 +4876,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
example:
|
example:
|
||||||
attr:
|
attr:
|
||||||
rl_vlaue: "10"
|
rl_value: "10"
|
||||||
rl_frame: "h"
|
rl_frame: "h"
|
||||||
items:
|
items:
|
||||||
- domain.tld
|
- domain.tld
|
||||||
|
@ -4886,7 +4886,7 @@ paths:
|
||||||
rl_frame:
|
rl_frame:
|
||||||
description: contains the frame for the ratelimit h,s,m
|
description: contains the frame for the ratelimit h,s,m
|
||||||
type: string
|
type: string
|
||||||
rl_vlaue:
|
rl_value:
|
||||||
description: contains the rate for the ratelimit 10,20,50,1
|
description: contains the rate for the ratelimit 10,20,50,1
|
||||||
type: number
|
type: number
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in New Issue