add tags to request body of edit domain
This commit is contained in:
parent
788fcddcef
commit
a4be13828b
|
@ -3087,6 +3087,11 @@ paths:
|
||||||
rl_value:
|
rl_value:
|
||||||
description: rate limit value
|
description: rate limit value
|
||||||
type: number
|
type: number
|
||||||
|
tags:
|
||||||
|
description: tags for this Domain
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
items:
|
items:
|
||||||
description: contains list of domain names you want update
|
description: contains list of domain names you want update
|
||||||
|
|
Loading…
Reference in New Issue