Added the API definition for `_cluster/settings`

This commit is contained in:
Karel Minarik 2013-05-26 15:29:45 +02:00
parent cff45b4a7d
commit 659b46cfaf
1 changed files with 3 additions and 1 deletions
rest-api-spec/api

View File

@ -10,6 +10,8 @@
"params": {
}
},
"body": null
"body": {
"description" : "The settings to be updated. Can be either `transient` or `persistent`."
}
}
}