This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch 6.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 15fb5e905295b33ebf370f21e2c0e93330461243
Author: Ayush Anand <[email protected]>
AuthorDate: Thu Oct 21 17:37:40 2021 -0400

    fixed incorrect field name (#6294)
    
    (cherry picked from commit c80f1a035f1e2cd4c09d25eba33bc8977c8d7106)
---
 docs/source/api/v2/users.rst    | 4 ++--
 docs/source/api/v2/users_id.rst | 4 ++--
 docs/source/api/v3/users.rst    | 4 ++--
 docs/source/api/v3/users_id.rst | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/source/api/v2/users.rst b/docs/source/api/v2/users.rst
index 695b873..72b3049 100644
--- a/docs/source/api/v2/users.rst
+++ b/docs/source/api/v2/users.rst
@@ -209,7 +209,7 @@ Response Structure
 :publicSshKey:     The user's public key used for the SSH protocol
 :registrationSent: If the user was created using the 
:ref:`to-api-users-register` endpoint, this will be the date and time at which 
the registration email was sent - otherwise it will be ``null``
 :role:             The integral, unique identifier of the highest-privilege 
role assigned to this user
-:roleName:         The name of the highest-privilege role assigned to this user
+:rolename:         The name of the highest-privilege role assigned to this user
 :stateOrProvince:  The name of the state or province where this user resides
 :tenant:           The name of the tenant to which this user belongs
 :tenantId:         The integral, unique identifier of the tenant to which this 
user belongs
@@ -247,7 +247,7 @@ Response Structure
                "tenant": "root",
                "id": 8,
                "company": null,
-               "roleName": "admin",
+               "rolename": "admin",
                "phoneNumber": null,
                "country": null,
                "fullName": "Mike Wazowski",
diff --git a/docs/source/api/v2/users_id.rst b/docs/source/api/v2/users_id.rst
index 20eddbb..1c76baa 100644
--- a/docs/source/api/v2/users_id.rst
+++ b/docs/source/api/v2/users_id.rst
@@ -197,7 +197,7 @@ Response Structure
 :publicSshKey:     The user's public key used for the SSH protocol
 :registrationSent: If the user was created using the 
:ref:`to-api-users-register` endpoint, this will be the date and time at which 
the registration email was sent - otherwise it will be ``null``
 :role:             The integral, unique identifier of the highest-privilege 
role assigned to this user
-:roleName:         The name of the highest-privilege role assigned to this user
+:rolename:         The name of the highest-privilege role assigned to this user
 :stateOrProvince:  The name of the state or province where this user resides
 :tenant:           The name of the tenant to which this user belongs
 :tenantId:         The integral, unique identifier of the tenant to which this 
user belongs
@@ -235,7 +235,7 @@ Response Structure
                "tenant": "root",
                "id": 2,
                "company": "not a real company",
-               "roleName": "admin",
+               "rolename": "admin",
                "phoneNumber": "not a real phone number",
                "country": "not a real country",
                "fullName": "Not a real Full Name",
diff --git a/docs/source/api/v3/users.rst b/docs/source/api/v3/users.rst
index 60d19de..cf0dd88 100644
--- a/docs/source/api/v3/users.rst
+++ b/docs/source/api/v3/users.rst
@@ -209,7 +209,7 @@ Response Structure
 :publicSshKey:     The user's public key used for the SSH protocol
 :registrationSent: If the user was created using the 
:ref:`to-api-v3-users-register` endpoint, this will be the date and time at 
which the registration email was sent - otherwise it will be ``null``
 :role:             The integral, unique identifier of the highest-privilege 
role assigned to this user
-:roleName:         The name of the highest-privilege role assigned to this user
+:rolename:         The name of the highest-privilege role assigned to this user
 :stateOrProvince:  The name of the state or province where this user resides
 :tenant:           The name of the tenant to which this user belongs
 :tenantId:         The integral, unique identifier of the tenant to which this 
user belongs
@@ -247,7 +247,7 @@ Response Structure
                "tenant": "root",
                "id": 8,
                "company": null,
-               "roleName": "admin",
+               "rolename": "admin",
                "phoneNumber": null,
                "country": null,
                "fullName": "Mike Wazowski",
diff --git a/docs/source/api/v3/users_id.rst b/docs/source/api/v3/users_id.rst
index edd0f34..2ca6893 100644
--- a/docs/source/api/v3/users_id.rst
+++ b/docs/source/api/v3/users_id.rst
@@ -197,7 +197,7 @@ Response Structure
 :publicSshKey:     The user's public key used for the SSH protocol
 :registrationSent: If the user was created using the 
:ref:`to-api-v3-users-register` endpoint, this will be the date and time at 
which the registration email was sent - otherwise it will be ``null``
 :role:             The integral, unique identifier of the highest-privilege 
role assigned to this user
-:roleName:         The name of the highest-privilege role assigned to this user
+:rolename:         The name of the highest-privilege role assigned to this user
 :stateOrProvince:  The name of the state or province where this user resides
 :tenant:           The name of the tenant to which this user belongs
 :tenantId:         The integral, unique identifier of the tenant to which this 
user belongs
@@ -235,7 +235,7 @@ Response Structure
                "tenant": "root",
                "id": 2,
                "company": "not a real company",
-               "roleName": "admin",
+               "rolename": "admin",
                "phoneNumber": "not a real phone number",
                "country": "not a real country",
                "fullName": "Not a real Full Name",

Reply via email to