Britive platform release 2026.03.01 is now live in production.

Update association and approvers for a given id

Prev Next
Patch
/api/apps/{appId}/association-approvers/{id}
Security
HTTP
Type bearer
Path parameters
appId
stringRequired

id of the application.

id
stringRequired

id of the association approvers.

Body parameters
Expand All
object
id
string
name
string
associations
Array of object (AssociationDto)
object
id
string
type
string

Association type

Valid values[ "0", "1" ]
approversGroups
Array of object (ApproversGroupDto)
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

Association & Approvers combination updated

404

Association Approvers set for a given id not found