Mark Task APIs as experimental in rest-api-spec
This commit is contained in:
parent
26d67c1662
commit
5a89835025
|
@ -4,7 +4,7 @@
|
|||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
|
||||
"description":"Cancels a task, if it can be cancelled through an API."
|
||||
},
|
||||
"stability":"stable",
|
||||
"stability":"experimental",
|
||||
"url":{
|
||||
"paths":[
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
|
||||
"description":"Returns information about a task."
|
||||
},
|
||||
"stability":"stable",
|
||||
"stability":"experimental",
|
||||
"url":{
|
||||
"paths":[
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
|
||||
"description":"Returns a list of tasks."
|
||||
},
|
||||
"stability":"stable",
|
||||
"stability":"experimental",
|
||||
"url":{
|
||||
"paths":[
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue