lib/ionoscloud/api/user_management_api.rb in ionoscloud-6.1.1 vs lib/ionoscloud/api/user_management_api.rb in ionoscloud-6.1.2
- old
+ new
@@ -1105,12 +1105,12 @@
@api_client.config.logger.debug "API called: UserManagementApi#um_groups_users_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
- # Add group members
- # Add an existing user to the specified group.
+ # Add a Group Member
+ # Adds an existing user to the specified group.
# @param group_id [String] The unique ID of the group.
# @param user [User] The user to add.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
@@ -1119,11 +1119,11 @@
def um_groups_users_post(group_id, user, opts = {})
data, _status_code, _headers = um_groups_users_post_with_http_info(group_id, user, opts)
data
end
- # Add group members
- # Add an existing user to the specified group.
+ # Add a Group Member
+ # Adds an existing user to the specified group.
# @param group_id [String] The unique ID of the group.
# @param user [User] The user to add.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on