Skip to content

Commit 293d9b7

Browse files
authored
Mark Task APIs as experimental in rest-api-spec
1 parent 7b073af commit 293d9b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/tasks.cancel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
55
"description":"Cancels a task, if it can be cancelled through an API."
66
},
7-
"stability":"stable",
7+
"stability":"experimental",
88
"url":{
99
"paths":[
1010
{

rest-api-spec/src/main/resources/rest-api-spec/api/tasks.get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
55
"description":"Returns information about a task."
66
},
7-
"stability":"stable",
7+
"stability":"experimental",
88
"url":{
99
"paths":[
1010
{

rest-api-spec/src/main/resources/rest-api-spec/api/tasks.list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
55
"description":"Returns a list of tasks."
66
},
7-
"stability":"stable",
7+
"stability":"experimental",
88
"url":{
99
"paths":[
1010
{

0 commit comments

Comments
 (0)