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