summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/organization_members_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/organization_members_entry.rb')
-rw-r--r--lib/chef/chef_fs/file_system/organization_members_entry.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/chef_fs/file_system/organization_members_entry.rb b/lib/chef/chef_fs/file_system/organization_members_entry.rb
index c1151413f5..eb524d5ea2 100644
--- a/lib/chef/chef_fs/file_system/organization_members_entry.rb
+++ b/lib/chef/chef_fs/file_system/organization_members_entry.rb
@@ -5,10 +5,9 @@ class Chef
module ChefFS
module FileSystem
# /organizations/NAME/members.json
- # Represents the actual data at
- # read:
+ # reads data from:
# - GET /organizations/NAME/users
- # write:
+ # writes data to:
# - remove from list: DELETE /organizations/NAME/users/name
# - add to list: POST /organizations/NAME/users/name
class OrganizationMembersEntry < RestListEntry