lib/fastly/api/user_api.rb in fastly-4.0.0.alpha4 vs lib/fastly/api/user_api.rb in fastly-4.0.0
- old
+ new
@@ -17,11 +17,11 @@
def initialize(api_client = ApiClient.default)
@api_client = api_client
end
# Create a user
# Create a user.
- # @option opts [String] :login The login associated with the user (typically, an email address).
+ # @option opts [String] :login
# @option opts [String] :name The real life name of the user.
# @option opts [Boolean] :limit_services Indicates that the user has limited access to the customer's services.
# @option opts [Boolean] :locked Indicates whether the is account is locked for editing or not.
# @option opts [Boolean] :require_new_password Indicates if a new password is required at next login.
# @option opts [RoleUser] :role
@@ -33,11 +33,11 @@
data
end
# Create a user
# Create a user.
- # @option opts [String] :login The login associated with the user (typically, an email address).
+ # @option opts [String] :login
# @option opts [String] :name The real life name of the user.
# @option opts [Boolean] :limit_services Indicates that the user has limited access to the customer's services.
# @option opts [Boolean] :locked Indicates whether the is account is locked for editing or not.
# @option opts [Boolean] :require_new_password Indicates if a new password is required at next login.
# @option opts [RoleUser] :role
@@ -348,11 +348,11 @@
end
# Update a user
# Update a user. Only users with the role of `superuser` can make changes to other users on the account. Non-superusers may use this endpoint to make changes to their own account. Modifications to `login` email require a valid password in the request body. Two-factor attributes are not editable via this endpoint.
# @option opts [String] :user_id Alphanumeric string identifying the user. (required)
- # @option opts [String] :login The login associated with the user (typically, an email address).
+ # @option opts [String] :login
# @option opts [String] :name The real life name of the user.
# @option opts [Boolean] :limit_services Indicates that the user has limited access to the customer's services.
# @option opts [Boolean] :locked Indicates whether the is account is locked for editing or not.
# @option opts [Boolean] :require_new_password Indicates if a new password is required at next login.
# @option opts [RoleUser] :role
@@ -365,10 +365,10 @@
end
# Update a user
# Update a user. Only users with the role of `superuser` can make changes to other users on the account. Non-superusers may use this endpoint to make changes to their own account. Modifications to `login` email require a valid password in the request body. Two-factor attributes are not editable via this endpoint.
# @option opts [String] :user_id Alphanumeric string identifying the user. (required)
- # @option opts [String] :login The login associated with the user (typically, an email address).
+ # @option opts [String] :login
# @option opts [String] :name The real life name of the user.
# @option opts [Boolean] :limit_services Indicates that the user has limited access to the customer's services.
# @option opts [Boolean] :locked Indicates whether the is account is locked for editing or not.
# @option opts [Boolean] :require_new_password Indicates if a new password is required at next login.
# @option opts [RoleUser] :role