Corrected the descriptions in the "create or update warmer" API

This commit is contained in:
Karel Minarik 2013-05-28 10:44:51 +02:00
parent 077fe78963
commit bed0635104
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
},
"name": {
"type" : "string",
"description" : "The name of the warmer (supports wildcards)"
"description" : "The name of the warmer"
},
"type": {
"type" : "list",
@ -23,7 +23,7 @@
}
},
"body": {
"description" : "The search request definition (query, filters, facets, sorting, etc)"
"description" : "The search request definition for the warmer (query, filters, facets, sorting, etc)"
}
}
}