Skip to content

Commit e76f73b

Browse files
authored
Add missing header in put_data_lifecycle rest-api-spec (#116292) (#116370)
1 parent 7bed305 commit e76f73b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog/116292.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 116292
2+
summary: Add missing header in `put_data_lifecycle` rest-api-spec
3+
area: Data streams
4+
type: bug
5+
issues: []

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_data_lifecycle.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"stability":"stable",
88
"visibility":"public",
99
"headers":{
10-
"accept": [ "application/json"]
10+
"accept": [ "application/json"],
11+
"content_type": ["application/json"]
1112
},
1213
"url": {
1314
"paths": [

0 commit comments

Comments
 (0)