jagan-parthiban commented on PR #7588:
URL: https://github.com/apache/trafficcontrol/pull/7588#issuecomment-1611600723

   In this PR, for V4 and V5, this is the docs structure added by you,
   ```
   statuses
   - GET
   - POST
   - PUT
   - DELETE
   
   statuses/{{ID}}
   - GET
   - PUT
   - DELETE
   ```
   
   I think we have to remove `PUT` and `DELETE` from `statuses` and remove 
`GET` from` statuses/{{ID}}`. It should be like any other documentation,
   ```
   statuses
   - GET
   - POST
   
   statuses/{{ID}}
   - PUT
   - DELETE
   ```
   
   References: 
   
[divisions](https://traffic-control-cdn.readthedocs.io/en/latest/api/v5/divisions.html)
   
[divisions/{{ID}}](https://traffic-control-cdn.readthedocs.io/en/latest/api/v5/divisions_id.html)


-- 
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]

Reply via email to