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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
The /servers endpoint (and /servers/{{ID}} which uses the same handler) need to be updated to utilize data from the new tables added by whatever PR resolves #4611.
I'm submitting a ...
Description
The
/serversendpoint (and/servers/{{ID}}which uses the same handler) need to be updated to utilize data from the new tables added by whatever PR resolves #4611.This depends on #4611
Traffic Control components affected ...
Acceptance Criteria
/serversin API 1.x and 2.x:GETmethod (should be unchanged)POSTmethod (behavior should be unchanged)PUTmethod (behavior should be unchanged)/serversin API 3.x:GETmethodPOSTandPUTmethods, according to the rules laid out in the blueprinttest the new structure and all pass.
See the Additional Server Interfaces blueprint for details.