From b2323afe06e4a1e4b9a528597ff6883f2a061e10 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 19 Jun 2013 15:01:46 +0200 Subject: [PATCH] In indices.put_mapping, the type is required --- rest-api-spec/api/indices.put_mapping.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/api/indices.put_mapping.json b/rest-api-spec/api/indices.put_mapping.json index 7365e3f1777..43a12722bfe 100644 --- a/rest-api-spec/api/indices.put_mapping.json +++ b/rest-api-spec/api/indices.put_mapping.json @@ -13,6 +13,7 @@ }, "type": { "type" : "string", + "required": true, "description" : "The name of the document type" } },