add createindex for symmetry

This commit is contained in:
Asim Aslam
2022-01-26 19:11:51 +00:00
parent ceb6dd4198
commit 6321db94cf
3 changed files with 16 additions and 7 deletions

View File

@@ -91,6 +91,16 @@
"response": {}
}
],
"createIndex": [
{
"title": "Create an index",
"run_check": false,
"request": {
"index": "customers"
},
"response": {}
}
],
"deleteIndex": [
{
"title": "Delete an index",