8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4925592 commit 902538cCopy full SHA for 902538c
codersdk/organizations.go
@@ -82,19 +82,14 @@ type OrganizationMemberWithUserData struct {
82
}
83
84
type PaginatedMembersRequest struct {
85
- //
86
OrganizationID uuid.UUID `table:"organization id" json:"organization_id" format:"uuid"`
87
88
- Limit int `json:"limit,omitempty"`
89
90
- Offset int `json:"offset,omitempty"`
+ Limit int `json:"limit,omitempty"`
+ Offset int `json:"offset,omitempty"`
91
92
93
type PaginatedMembersResponse struct {
94
95
Members []OrganizationMemberWithUserData
96
97
- Count int `json:"count"`
+ Count int `json:"count"`
98
99
100
type CreateOrganizationRequest struct {
0 commit comments