zed/crates/cloud_api_client/src
Tom Houlé 62c01be72e
cloud_api_client: Add update_system_settings (#56843)
Wire up the client side of the new `PATCH /client/system_settings`
endpoint added in zed-industries/cloud#2444, so we can persist the
currently selected organization on a per-system basis. This PR only adds
the request types and the client method; hooking it up to the actual
organization switcher in the editor will come next.

The endpoint requires the `x-zed-system-id` header (the server returns
400 without it), so the method does not take an Option like the other
client calls.

Release Notes:

- N/A
2026-05-18 14:49:40 +00:00
..
cloud_api_client.rs cloud_api_client: Add update_system_settings (#56843) 2026-05-18 14:49:40 +00:00
llm_token.rs Fix token refresh for HTTP requests (#56559) 2026-05-12 19:40:00 +00:00
websocket.rs Establish WebSocket connection to Cloud (#35734) 2025-08-07 01:28:41 +00:00