Mark Task APIs as experimental in rest-api-spec

This commit is contained in:
Seth Michael Larson 2020-12-03 15:11:21 -06:00 committed by GitHub
parent 26d67c1662
commit 5a89835025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html", "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
"description":"Cancels a task, if it can be cancelled through an API." "description":"Cancels a task, if it can be cancelled through an API."
}, },
"stability":"stable", "stability":"experimental",
"url":{ "url":{
"paths":[ "paths":[
{ {

View File

@ -4,7 +4,7 @@
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html", "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
"description":"Returns information about a task." "description":"Returns information about a task."
}, },
"stability":"stable", "stability":"experimental",
"url":{ "url":{
"paths":[ "paths":[
{ {

View File

@ -4,7 +4,7 @@
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html", "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
"description":"Returns a list of tasks." "description":"Returns a list of tasks."
}, },
"stability":"stable", "stability":"experimental",
"url":{ "url":{
"paths":[ "paths":[
{ {