Patch
/api/apps/{appId}/approvers-groups/{groupId}
Security
HTTP
Type bearer
Path parameters
appId
stringRequired
id of the application.
groupId
stringRequired
id of the approval group.
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
204
Approvers groups updated
404
Approvers group id not found