Skip to content

Commit

Permalink
Fix content-type in examples for ACS AUTH REST API version 2020-07-20…
Browse files Browse the repository at this point in the history
…-preview2 and 2021-03-07 (Azure#13036)

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 96009e7 commit 4cdadec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2020-07-20-preview2",
"content-type": "application/merge-patch+json",
"content-type": "application/json",
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
"body": {
"scopes": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2021-03-07",
"content-type": "application/merge-patch+json",
"content-type": "application/json",
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
"body": {
"scopes": [
Expand Down

0 comments on commit 4cdadec

Please sign in to comment.