lib/fastly/api/user_api.rb in fastly-4.0.1.pre.alpha.0 vs lib/fastly/api/user_api.rb in fastly-4.1.0

- old
+ new

@@ -346,11 +346,11 @@ end return data, status_code, headers 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. + # 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. Two-factor attributes are not editable via this endpoint. # @option opts [String] :user_id Alphanumeric string identifying the user. (required) # @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. @@ -363,10 +363,10 @@ data, _status_code, _headers = update_user_with_http_info(opts) data 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. + # 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. Two-factor attributes are not editable via this endpoint. # @option opts [String] :user_id Alphanumeric string identifying the user. (required) # @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.