You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/07/14 19:05:11 UTC

[GitHub] [trafficcontrol] zrhoffman commented on issue #6963: `POST /api/3.1/servers` does not set `updPending`

zrhoffman commented on issue #6963:
URL: https://github.com/apache/trafficcontrol/issues/6963#issuecomment-1184797526

   Using `/api/3.1/servers/{{ID}}` would make sense if it had `PATCH` support. Without that, If t3c queued updates using `PUT /api/3.1/servers/{{ID}}`, it re-introduces the race condition that #6569 sought to fix (which is why API v4 does not support it).
   
   So if we reintroduce this functionality in API v3, the docs should include a note like "This is deprecated, `PUT /servers{{ID}}/status` is the recommended way to do it"


-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org