Skip to content

Commit

Permalink
update (Azure#25419)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored and wonder6845 committed Aug 22, 2022
1 parent 6a9d31b commit 8a9aa77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def _get_content_type(entity):


def is_text_payload(entity):
text_content_list = ["application/json", "application/xml", "text/", "application/test-content"]
text_content_list = ["application/json", "application/xml", "text/", "application/test-content",
"application/merge-patch+json"]

content_type = _get_content_type(entity)
if content_type:
Expand Down

0 comments on commit 8a9aa77

Please sign in to comment.