Mooncake/docs/source/http-api-reference
Aoi 7b7c2afe6e
[Store] fix: /query_key endpoint returns valid JSON response (#2435)
* [Store] fix: /query_key endpoint returns inconsistent response format

The /query_key endpoint had an inconsistent response format: the error
path (SetServiceUnavailable) returned valid JSON with the correct
Content-Type, but the success path returned NDJSON with text/plain.
This aligns both paths to use the same JSON format and Content-Type.
2026-06-15 10:47:47 +08:00
..
http-service.md [Store] fix: /query_key endpoint returns valid JSON response (#2435) 2026-06-15 10:47:47 +08:00