ocket8888 commented on code in PR #6754:
URL: https://github.com/apache/trafficcontrol/pull/6754#discussion_r852481059
##########
docs/source/admin/traffic_ops.rst:
##########
@@ -600,9 +600,11 @@ This file deals with the configuration parameters of
running Traffic Ops as a re
:path: The endpoint that will be served by the backend,
for example, `api/4.0/foo`.
:method: The HTTP method for the above mentioned path, for
example, `GET` or `PUT`.
- :route_id: The integral identifier for the new route being
added.
+ :routeId: The integral identifier for the new route being
added.
:hosts: An array of the hosts and ports where the request
(if matched) needs to be forwarded to, for example,
`cdn-foo-backend-service-host:9090`.
- :insecure: A boolean specifying whether or not to enable
`InsecureSkipVerify`.
+ :insecure: A boolean specifying whether or not to enable
`InsecureSkipVerify`. This is an optional parameter, defaulting to `false` when
not present.
+ :privLevel: An integer designating the minimum privilege level
required to use this API route.
Review Comment:
privLevel is deprecated, we shouldn't use it moving forward.
--
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]