diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index bc31d60965..a169dfd438 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -3703,6 +3703,9 @@ "namespace": "indices.put_data_lifecycle" }, "requestBodyRequired": true, + "requestMediaType": [ + "application/json" + ], "response": { "name": "Response", "namespace": "indices.put_data_lifecycle" diff --git a/output/schema/schema.json b/output/schema/schema.json index a6e57cb842..c19dea2d46 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -7463,6 +7463,9 @@ "namespace": "indices.put_data_lifecycle" }, "requestBodyRequired": true, + "requestMediaType": [ + "application/json" + ], "response": { "name": "Response", "namespace": "indices.put_data_lifecycle" diff --git a/specification/_json_spec/indices.delete_data_lifecycle.json b/specification/_json_spec/indices.delete_data_lifecycle.json index 48311aed8d..94affa5502 100644 --- a/specification/_json_spec/indices.delete_data_lifecycle.json +++ b/specification/_json_spec/indices.delete_data_lifecycle.json @@ -4,7 +4,7 @@ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-delete-lifecycle.html", "description": "Deletes the data stream lifecycle of the selected data streams." }, - "stability": "experimental", + "stability": "stable", "visibility": "public", "headers": { "accept": ["application/json"] diff --git a/specification/_json_spec/indices.explain_data_lifecycle.json b/specification/_json_spec/indices.explain_data_lifecycle.json index 9f2b24a6f8..e61a497806 100644 --- a/specification/_json_spec/indices.explain_data_lifecycle.json +++ b/specification/_json_spec/indices.explain_data_lifecycle.json @@ -4,7 +4,7 @@ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams-explain-lifecycle.html", "description": "Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc." }, - "stability": "experimental", + "stability": "stable", "visibility": "public", "headers": { "accept": ["application/json"] diff --git a/specification/_json_spec/indices.get_data_lifecycle.json b/specification/_json_spec/indices.get_data_lifecycle.json index f356e91226..0aa050cb43 100644 --- a/specification/_json_spec/indices.get_data_lifecycle.json +++ b/specification/_json_spec/indices.get_data_lifecycle.json @@ -4,7 +4,7 @@ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-get-lifecycle.html", "description": "Returns the data stream lifecycle of the selected data streams." }, - "stability": "experimental", + "stability": "stable", "visibility": "public", "headers": { "accept": ["application/json"] diff --git a/specification/_json_spec/indices.put_data_lifecycle.json b/specification/_json_spec/indices.put_data_lifecycle.json index 5d96f47245..b92c9cc9ca 100644 --- a/specification/_json_spec/indices.put_data_lifecycle.json +++ b/specification/_json_spec/indices.put_data_lifecycle.json @@ -4,10 +4,11 @@ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-put-lifecycle.html", "description": "Updates the data stream lifecycle of the selected data streams." }, - "stability": "experimental", + "stability": "stable", "visibility": "public", "headers": { - "accept": ["application/json"] + "accept": ["application/json"], + "content_type": ["application/json"] }, "url": { "paths": [