ocket8888 opened a new issue, #7326: URL: https://github.com/apache/trafficcontrol/issues/7326
## This Bug Report affects these Traffic Control components: - Documentation ## Current behavior: The documentation for the `/users/register` API endpoint list the `role` property as a number that is the ID of the Role to give to the newly registered user, in all three major API versions. ## Expected behavior: In APIv4 and later, Roles don't have IDs and use names as their primary identifiers. The `/users/register` endpoint was updated accordingly, and the `role` property should actually be a Role's name, not its ID. ## Steps to reproduce: Read the docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
