File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ type ListProvisionedSCIMUsersEnterpriseOptions struct {
148148//
149149// GitHub API docs: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group
150150type SCIMEnterpriseAttributeOptions struct {
151- Schemas []string `json:"schemas"` // The URIs that are used to indicate the namespaces for a SCIM patch operation.
152- Operations []* SCIMEnterpriseAttributeOperations `json:"Operations,omitempty "` // Set of operations to be performed.
151+ Schemas []string `json:"schemas"` // The URIs that are used to indicate the namespaces for a SCIM patch operation.
152+ Operations []* SCIMEnterpriseAttributeOperations `json:"Operations"` // Set of operations to be performed.
153153}
154154
155155// SCIMEnterpriseAttributeOperations represents operations for UpdateAttributeSCIMGroup or UpdateAttributeSCIMUser.
You can’t perform that action at this time.
0 commit comments