docs/me.md in losant_rest-1.19.1 vs docs/me.md in losant_rest-1.19.2
- old
+ new
@@ -174,11 +174,11 @@
<br/>
## Disable Two Factor Auth
-Disables two factor auth for the current user
+Disables multi-factor authentication for the current user
```ruby
result = client.me.disable_two_factor_auth(data: my_data)
puts result
@@ -191,11 +191,11 @@
#### Available Parameters
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
-| data | [Disable Two Factor Auth](_schemas.md#disable-two-factor-auth) | Y | Object containing two factor auth properties | | [Disable Two Factor Auth Example](_schemas.md#disable-two-factor-auth-example) |
+| data | [Disable Multi-Factor Authentication](_schemas.md#disable-multi-factor-authentication) | Y | Object containing multi-factor authentication properties | | [Disable Multi-Factor Authentication Example](_schemas.md#disable-multi-factor-authentication-example) |
| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
#### Successful Responses
| Code | Type | Description |
@@ -245,11 +245,11 @@
<br/>
## Enable Two Factor Auth
-Enables two factor auth for the current user
+Enables multi-factor authentication for the current user
```ruby
result = client.me.enable_two_factor_auth(data: my_data)
puts result
@@ -262,11 +262,11 @@
#### Available Parameters
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
-| data | [Enable Two Factor Auth](_schemas.md#enable-two-factor-auth) | Y | Object containing two factor auth properties | | [Enable Two Factor Auth Example](_schemas.md#enable-two-factor-auth-example) |
+| data | [Enable Multi-Factor Authentication](_schemas.md#enable-multi-factor-authentication) | Y | Object containing multi-factor authentication properties | | [Enable Multi-Factor Authentication Example](_schemas.md#enable-multi-factor-authentication-example) |
| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
#### Successful Responses
| Code | Type | Description |
@@ -318,11 +318,11 @@
<br/>
## Generate Two Factor Auth
-Returns the two factor auth key for a user
+Returns the multi-factor authentication key for the current user
```ruby
result = client.me.generate_two_factor_auth(optional_params)
puts result
@@ -341,10 +341,10 @@
#### Successful Responses
| Code | Type | Description |
| ---- | ---- | ----------- |
-| 200 | [Two Factor Auth Info](_schemas.md#two-factor-auth-info) | Updated user information |
+| 200 | [Multi-Factor Authentication Info](_schemas.md#multi-factor-authentication-info) | Multi-factor authentication info |
#### Error Responses
| Code | Type | Description |
| ---- | ---- | ----------- |