Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update swagger for a new version 2021-03-31-preview1 for ACS Auth #14168

Merged
merged 4 commits into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update due to review meeting
  • Loading branch information
Alexandra Lamiova Pistrakova committed Apr 29, 2021
commit ce019325c223c4fdb8ec88e79df996ddd875ceab
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@
}
}
},
"/teamsUsers/me/:issueAccessToken": {
"/teamsUser/:exchangeAccessToken": {
"post": {
"tags": [
"TeamsUsers"
"TeamsUser"
],
"summary": "Issue a new access token for a Teams user.",
"operationId": "CommunicationIdentity_IssueTeamsUserAccessToken",
"summary": "Exchange an AAD access token of a Teams user for a new ACS access token.",
"operationId": "CommunicationIdentity_ExchangeTeamsUserAccessToken",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -174,7 +174,7 @@
},
"x-ms-examples": {
"Issue a Teams user access token": {
"$ref": "./examples/IssueTeamsUserAccessToken.json"
"$ref": "./examples/ExchangeTeamsUserAccessToken.json"
}
}
}
Expand Down Expand Up @@ -314,7 +314,7 @@
"type": "object",
"properties": {
"token": {
"description": "Azure Active Directory access token to acquire a new M365 access token.",
"description": "Azure Active Directory access token to acquire a new ACS access token.",
"type": "string"
}
}
Expand Down