Required settings for path parts

This commit is contained in:
Honza Kral 2013-06-09 21:17:29 +02:00
parent dc67d86af7
commit 6487fb4bd1
9 changed files with 6 additions and 6 deletions

View File

@ -8,6 +8,7 @@
"parts": { "parts": {
"index": { "index": {
"type" : "list", "type" : "list",
"required": true,
"description" : "A comma-separated list of indices to restrict the operation" "description" : "A comma-separated list of indices to restrict the operation"
}, },
"type": { "type": {

View File

@ -13,6 +13,7 @@
}, },
"type": { "type": {
"type" : "string", "type" : "string",
"required" : true,
"description" : "The name of the document type to delete" "description" : "The name of the document type to delete"
} }
}, },

View File

@ -8,6 +8,7 @@
"parts": { "parts": {
"index": { "index": {
"type" : "list", "type" : "list",
"required" : true,
"description" : "A comma-separated list of index names to register warmer for; use `_all` or empty string to perform the operation on all indices" "description" : "A comma-separated list of index names to register warmer for; use `_all` or empty string to perform the operation on all indices"
}, },
"name" : { "name" : {

View File

@ -8,12 +8,10 @@
"parts": { "parts": {
"index": { "index": {
"type" : "list", "type" : "list",
"required" : true,
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices" "description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
}, },
"type": { "type": {
"type" : "list", "type" : "list",
"required" : true,
"description" : "A comma-separated list of document types" "description" : "A comma-separated list of document types"
} }
}, },

View File

@ -8,6 +8,7 @@
"parts": { "parts": {
"index": { "index": {
"type" : "list", "type" : "list",
"required" : true,
"description" : "A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices" "description" : "A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices"
}, },
"name": { "name": {

View File

@ -8,12 +8,10 @@
"parts": { "parts": {
"index": { "index": {
"type" : "string", "type" : "string",
"required" : true,
"description" : "The name of the index with an alias" "description" : "The name of the index with an alias"
}, },
"name": { "name": {
"type" : "string", "type" : "string",
"required" : true,
"description" : "The name of the alias to be created or updated" "description" : "The name of the alias to be created or updated"
} }
}, },

View File

@ -13,7 +13,6 @@
}, },
"type": { "type": {
"type" : "string", "type" : "string",
"required" : true,
"description" : "The name of the document type" "description" : "The name of the document type"
} }
}, },

View File

@ -8,10 +8,12 @@
"parts": { "parts": {
"index": { "index": {
"type" : "list", "type" : "list",
"required" : true,
"description" : "A comma-separated list of index names to register the warmer for; use `_all` or empty string to perform the operation on all indices" "description" : "A comma-separated list of index names to register the warmer for; use `_all` or empty string to perform the operation on all indices"
}, },
"name": { "name": {
"type" : "string", "type" : "string",
"required" : true,
"description" : "The name of the warmer" "description" : "The name of the warmer"
}, },
"type": { "type": {

View File

@ -8,7 +8,6 @@
"parts": { "parts": {
"index": { "index": {
"type" : "list", "type" : "list",
"required" : true,
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices" "description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
} }
}, },