Post
/api/apps/{appId}/approvers-groups
Security
HTTP
Type bearer
Path parameters
appId
stringRequired
id of the application.
Body parameters
object
id
string
name
string
condition
string
Valid values[
"All",
"Any"
]
members
Array of object (MemberDto)
object
id
string
name
string
memberType
string
Valid values[
"User",
"Tag"
]
Responses
200
Successfully retrieved approvers groups for an application.
object
id
string
name
string
condition
string
Valid values[
"All",
"Any"
]
members
Array of object (MemberDto)
object
id
string
name
string
memberType
string
Valid values[
"User",
"Tag"
]