Skip to content

Commit

Permalink
Unify names
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Lamiova Pistrakova committed Apr 28, 2021
1 parent e1ab90d commit 2b55b2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@
}
}
},
"/teams/me/:issueAccessToken": {
"/teamsUsers/me/:issueAccessToken": {
"post": {
"tags": [
"TeamsToken"
"Teams"
],
"summary": "Issue a new token for a Teams user.",
"operationId": "CommunicationIdentity_IssueTeamsToken",
"summary": "Issue a new access token for a Teams user.",
"operationId": "CommunicationIdentity_IssueTeamsUserAccessToken",
"consumes": [
"application/json"
],
Expand All @@ -154,7 +154,7 @@
"name": "body",
"required": true,
"schema": {
"$ref": "#/definitions/TeamsAccessTokenRequest"
"$ref": "#/definitions/TeamsUserAccessTokenRequest"
}
}
],
Expand All @@ -173,8 +173,8 @@
}
},
"x-ms-examples": {
"Issue Teams token": {
"$ref": "./examples/IssueTeamsToken.json"
"Issue a Teams user access token": {
"$ref": "./examples/IssueTeamsUserAccessToken.json"
}
}
}
Expand Down Expand Up @@ -307,7 +307,7 @@
}
}
},
"TeamsAccessTokenRequest": {
"TeamsUserAccessTokenRequest": {
"required": [
"token"
],
Expand Down

0 comments on commit 2b55b2c

Please sign in to comment.