We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212f5e7 commit 34b3a11Copy full SHA for 34b3a11
team.go
@@ -146,8 +146,8 @@ type OrganizationAccessOptions struct {
146
ManageProviders *bool `json:"manage-providers,omitempty"`
147
ManageModules *bool `json:"manage-modules,omitempty"`
148
ManageRunTasks *bool `json:"manage-run-tasks,omitempty"`
149
- ReadWorkspaces *bool `jsonapi:"read-workspaces,omitempty"`
150
- ReadProjects *bool `jsonapi:"read-projects,omitempty"`
+ ReadWorkspaces *bool `json:"read-workspaces,omitempty"`
+ ReadProjects *bool `json:"read-projects,omitempty"`
151
}
152
153
// List all the teams of the given organization.
0 commit comments