Skip to content

Commit 34b3a11

Browse files
Replaces jsonapi with json in OrganizationAccessOptions
1 parent 212f5e7 commit 34b3a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

team.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ type OrganizationAccessOptions struct {
146146
ManageProviders *bool `json:"manage-providers,omitempty"`
147147
ManageModules *bool `json:"manage-modules,omitempty"`
148148
ManageRunTasks *bool `json:"manage-run-tasks,omitempty"`
149-
ReadWorkspaces *bool `jsonapi:"read-workspaces,omitempty"`
150-
ReadProjects *bool `jsonapi:"read-projects,omitempty"`
149+
ReadWorkspaces *bool `json:"read-workspaces,omitempty"`
150+
ReadProjects *bool `json:"read-projects,omitempty"`
151151
}
152152

153153
// List all the teams of the given organization.

0 commit comments

Comments
 (0)