-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
// CreateOrUpdateOrgRoleOptions represents options required to create or update a custom organization role.
type CreateOrUpdateOrgRoleOptions struct {
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
Permissions []string `json:"permissions"`
BaseRole *string `json:"base_role,omitempty"`
}It seems like it does not follow documentation, because CreateCustomOrgRole should expect at least name and permissions, and UpdateCustomOrgRole does not demand any of those to be present.
Is it intentional?
Documentation references:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels