diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/index.json b/rest-api-spec/src/main/resources/rest-api-spec/api/index.json index 6796c0bc3eb..c1f8c95d86d 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/index.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/index.json @@ -10,8 +10,8 @@ { "path":"/{index}/_doc/{id}", "methods":[ - "POST", - "PUT" + "PUT", + "POST" ], "parts":{ "id":{ @@ -60,8 +60,8 @@ { "path":"/{index}/{type}/{id}", "methods":[ - "POST", - "PUT" + "PUT", + "POST" ], "parts":{ "id":{