update apis
This commit is contained in:
@ -163,9 +163,6 @@ module.exports = [
|
||||
'/{index}/_stats/indexing',
|
||||
'/{index}/_stats/search/{search_groups}',
|
||||
'/{index}/_stats/fielddata/{fields}'
|
||||
],
|
||||
'snapshot.create': [
|
||||
'/_snapshot/{repository}/{snapshot}'
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -178,6 +175,14 @@ module.exports = [
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
version: '<1.6.0',
|
||||
aliases: {
|
||||
'snapshot.create': [
|
||||
'/_snapshot/{repository}/{snapshot}'
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
version: '>=1.6.0',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user