You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation of the following endpoints, there is an incorrect description. A request to these endpoints can be made by a user with a "readonly" role, however the documentation has the following written:
All these endpoints only allow for a GET request to be made, except for deliveryservices/{{ID}}/safe which only allows for a PUT request to be made. If a user with a readonly role should be allowed to make this request, the documentation should be updated, otherwise a readonly user should be blocked from making the request.
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
In the documentation of the following endpoints, there is an incorrect description. A request to these endpoints can be made by a user with a "readonly" role, however the documentation has the following written:
Issue was found with these pages:
deliveryservices/{{ID}}/servers/eligibledeliveryservices/{{ID}}/serversdeliveryservices/{{ID}}/safedeliveryservices/{{ID}}/routingdeliveryservices/{{ID}}/healthdeliveryservices/{{ID}}/capacityAll these endpoints only allow for a
GETrequest to be made, except fordeliveryservices/{{ID}}/safewhich only allows for aPUTrequest to be made. If a user with a readonly role should be allowed to make this request, the documentation should be updated, otherwise a readonly user should be blocked from making the request.Expected / new behavior:
Should be changed to:
OR return:
Minimal reproduction of the problem with instructions:
Anything else: