|
|
@ -113,7 +113,7 @@ func (s *UsersService) Edit(user *User) (*User, *Response, error) { |
|
|
return uResp, resp, err |
|
|
return uResp, resp, err |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// UserListOptions specifies optional parameters to the UsersService.List
|
|
|
|
|
|
|
|
|
// UserListOptions specifies optional parameters to the UsersService.ListAll
|
|
|
// method.
|
|
|
// method.
|
|
|
type UserListOptions struct { |
|
|
type UserListOptions struct { |
|
|
// ID of the last user seen
|
|
|
// ID of the last user seen
|
|
|
|