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 49624987252d70d910d094386987e0643811b06f Author: Ayush Anand <[email protected]> AuthorDate: Thu Oct 21 17:37:40 2021 -0400 fixed incorrect field name (#6294) --- 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",
