From cd01b8dcaa739e20b9d64dc4c8c78281f800e0a5 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Sat, 8 Jun 2013 15:31:15 +0200 Subject: [PATCH] Put mapping has a body --- rest-api-spec/api/indices.put_mapping.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rest-api-spec/api/indices.put_mapping.json b/rest-api-spec/api/indices.put_mapping.json index 33390b90a12..3a246f60155 100644 --- a/rest-api-spec/api/indices.put_mapping.json +++ b/rest-api-spec/api/indices.put_mapping.json @@ -28,6 +28,8 @@ } } }, - "body": null + "body": { + "description" : "The mapping definition" + } } }