Skip to content

Commit 3fafd29

Browse files
alexandra142Alexandra Lamiova Pistrakova
andauthored
Fix content-type in examples for ACS AUTH REST API version 2020-07-20-preview2 and 2021-03-07 (#13036)
Co-authored-by: Alexandra Lamiova Pistrakova <[email protected]>
1 parent 591587c commit 3fafd29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/communication/data-plane/Microsoft.CommunicationServicesIdentity/preview/2020-07-20-preview2/examples/IssueToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"api-version": "2020-07-20-preview2",
4-
"content-type": "application/merge-patch+json",
4+
"content-type": "application/json",
55
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
66
"body": {
77
"scopes": [

specification/communication/data-plane/Microsoft.CommunicationServicesIdentity/stable/2021-03-07/examples/IssueAccessToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"api-version": "2021-03-07",
4-
"content-type": "application/merge-patch+json",
4+
"content-type": "application/json",
55
"id": "8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081",
66
"body": {
77
"scopes": [

0 commit comments

Comments
 (0)