Skip to content

Commit 16d23f1

Browse files
Update common/openapi/models.go
Co-authored-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Signed-off-by: Lanre Adelowo <adelowomailbox@gmail.com>
1 parent 2138323 commit 16d23f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/openapi/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@ var ExampleRolesReply = RolesReply{
25782578
},
25792579
}
25802580

2581-
// OrganizationRolesRequest contains roles that can be assigned to users or groups.
2581+
// OrganizationRolesRequest contains functional roles that can be assigned to users or groups in addition to their base level org role such as member, admin, etc.
25822582
type OrganizationRolesRequest struct {
25832583
OrganizationID string `json:"organization_id,omitempty" description:"The ID of the organization to assign roles in. Defaults to the authenticated organization." example:"01J4HMNDSZCCQBTY93BF9CBF5D"`
25842584
Role string `json:"role" description:"The organization responsibility role to assign" example:"policy_manager"`

0 commit comments

Comments
 (0)