From 847e9d5eef2b8896f2fbd1b362b2ce72a263ddbc Mon Sep 17 00:00:00 2001 From: Jin Lee Date: Thu, 23 Nov 2017 10:15:33 -0800 Subject: [PATCH] /client/gc returns text/plain, not json --- website/source/api/client.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/client.html.md b/website/source/api/client.html.md index 25db68387..8aa999daa 100644 --- a/website/source/api/client.html.md +++ b/website/source/api/client.html.md @@ -569,7 +569,7 @@ the Nomad client whose allocations should be garbage collected. | Method | Path | Produces | | ------ | ---------------------------- | -------------------------- | -| `GET` | `/client/gc` | `application/json` | +| `GET` | `/client/gc` | `text/plain` | The table below shows this endpoint's support for [blocking queries](/api/index.html#blocking-queries) and