Made REST query param types consistent

text -> string
This commit is contained in:
Clinton Gormley 2016-10-12 14:48:49 +02:00
parent e1ad00f07a
commit 4c62e14c50
3 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@
"description" : "How many suggestions to return in response"
},
"suggest_text": {
"type" : "text",
"type" : "string",
"description" : "The source text for which the suggestions should be returned"
},
"timeout": {

View File

@ -140,7 +140,7 @@
"description" : "How many suggestions to return in response"
},
"suggest_text": {
"type" : "text",
"type" : "string",
"description" : "The source text for which the suggestions should be returned"
},
"timeout": {

View File

@ -157,7 +157,7 @@
"description" : "How many suggestions to return in response"
},
"suggest_text": {
"type" : "text",
"type" : "string",
"description" : "The source text for which the suggestions should be returned"
},
"timeout": {