put_* apis have required body

This commit is contained in:
Honza Kral 2013-06-08 15:34:13 +02:00
parent cd01b8dcaa
commit dc67d86af7
5 changed files with 10 additions and 5 deletions

View File

@ -25,7 +25,8 @@
} }
}, },
"body": { "body": {
"description" : "The settings for the alias, such as `routing` or `filter`" "description" : "The settings for the alias, such as `routing` or `filter`",
"required" : true
} }
} }
} }

View File

@ -29,7 +29,8 @@
} }
}, },
"body": { "body": {
"description" : "The mapping definition" "description" : "The mapping definition",
"required" : true
} }
} }
} }

View File

@ -15,7 +15,8 @@
} }
}, },
"body": { "body": {
"description" : "The index settings to be updated" "description" : "The index settings to be updated",
"required" : true
} }
} }
} }

View File

@ -24,7 +24,8 @@
} }
}, },
"body": { "body": {
"description" : "The template definition" "description" : "The template definition",
"required" : true
} }
} }
} }

View File

@ -23,7 +23,8 @@
} }
}, },
"body": { "body": {
"description" : "The search request definition for the warmer (query, filters, facets, sorting, etc)" "description" : "The search request definition for the warmer (query, filters, facets, sorting, etc)",
"required" : true
} }
} }
} }