docs/UserApi.md in fastly-4.0.0.alpha4 vs docs/UserApi.md in fastly-4.0.0

- old
+ new

@@ -30,11 +30,11 @@ ### Examples ```ruby api_instance = Fastly::UserApi.new opts = { - login: 'login_example', # String | The login associated with the user (typically, an email address). + login: 'login_example', # String | name: 'name_example', # String | The real life name of the user. limit_services: true, # Boolean | Indicates that the user has limited access to the customer's services. locked: true, # Boolean | Indicates whether the is account is locked for editing or not. require_new_password: true, # Boolean | Indicates if a new password is required at next login. role: Fastly::RoleUser::USER, # RoleUser | @@ -53,11 +53,11 @@ ### Options | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **login** | **String** | The login associated with the user (typically, an email address). | [optional] | +| **login** | **String** | | [optional] | | **name** | **String** | The real life name of the user. | [optional] | | **limit_services** | **Boolean** | Indicates that the user has limited access to the customer's services. | [optional] | | **locked** | **Boolean** | Indicates whether the is account is locked for editing or not. | [optional] | | **require_new_password** | **Boolean** | Indicates if a new password is required at next login. | [optional] | | **role** | [**RoleUser**](RoleUser.md) | | [optional] | @@ -225,11 +225,11 @@ ```ruby api_instance = Fastly::UserApi.new opts = { user_id: 'user_id_example', # String | Alphanumeric string identifying the user. - login: 'login_example', # String | The login associated with the user (typically, an email address). + login: 'login_example', # String | name: 'name_example', # String | The real life name of the user. limit_services: true, # Boolean | Indicates that the user has limited access to the customer's services. locked: true, # Boolean | Indicates whether the is account is locked for editing or not. require_new_password: true, # Boolean | Indicates if a new password is required at next login. role: Fastly::RoleUser::USER, # RoleUser | @@ -249,10 +249,10 @@ ### Options | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **user_id** | **String** | Alphanumeric string identifying the user. | | -| **login** | **String** | The login associated with the user (typically, an email address). | [optional] | +| **login** | **String** | | [optional] | | **name** | **String** | The real life name of the user. | [optional] | | **limit_services** | **Boolean** | Indicates that the user has limited access to the customer's services. | [optional] | | **locked** | **Boolean** | Indicates whether the is account is locked for editing or not. | [optional] | | **require_new_password** | **Boolean** | Indicates if a new password is required at next login. | [optional] | | **role** | [**RoleUser**](RoleUser.md) | | [optional] |