[SPEC] Specify bulk format for body in bulk, msearch, mpercolate

This commit is contained in:
Clinton Gormley 2014-01-21 16:31:41 +01:00
parent 5800209a1e
commit 882fbb72fd
3 changed files with 6 additions and 3 deletions

View File

@ -51,7 +51,8 @@
},
"body": {
"description" : "The operation definition and data (action-data pairs), separated by newlines",
"required" : true
"required" : true,
"serialize" : "bulk"
}
}
}

View File

@ -34,7 +34,8 @@
},
"body": {
"description": "The percolate request definitions (header & body pair), separated by newlines",
"required": true
"required": true,
"serialize" : "bulk"
}
}
}

View File

@ -25,7 +25,8 @@
},
"body": {
"description": "The request definitions (metadata-search request definition pairs), separated by newlines",
"required" : true
"required" : true,
"serialize" : "bulk"
}
}
}