Skip to content

Commit

Permalink
Added content_type to profiling for rest-api-spec (#106848)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel authored Mar 28, 2024
1 parent 2122da3 commit 8ddd03c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"stability":"stable",
"visibility":"private",
"headers":{
"accept": ["application/json"]
"accept": ["application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"stability":"stable",
"visibility":"private",
"headers":{
"accept": ["application/json"]
"accept": ["application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
Expand Down

0 comments on commit 8ddd03c

Please sign in to comment.