[SPEC] Specify bulk format for body in bulk, msearch, mpercolate
This commit is contained in:
parent
5800209a1e
commit
882fbb72fd
|
@ -51,7 +51,8 @@
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"description" : "The operation definition and data (action-data pairs), separated by newlines",
|
"description" : "The operation definition and data (action-data pairs), separated by newlines",
|
||||||
"required" : true
|
"required" : true,
|
||||||
|
"serialize" : "bulk"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,8 @@
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"description": "The percolate request definitions (header & body pair), separated by newlines",
|
"description": "The percolate request definitions (header & body pair), separated by newlines",
|
||||||
"required": true
|
"required": true,
|
||||||
|
"serialize" : "bulk"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"description": "The request definitions (metadata-search request definition pairs), separated by newlines",
|
"description": "The request definitions (metadata-search request definition pairs), separated by newlines",
|
||||||
"required" : true
|
"required" : true,
|
||||||
|
"serialize" : "bulk"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue