Skip to content

Commit

Permalink
Remove requirement of identity field in the request for TURN. (Azure#…
Browse files Browse the repository at this point in the history
…15966)

* Remove requirement of identity field in the request.

* Update PR

* Address comment
  • Loading branch information
AriZavala2 authored Sep 27, 2021
1 parent b9aa587 commit 4c8162b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
{
"in": "body",
"name": "body",
"required": true,
"schema": {
"$ref": "#/definitions/CommunicationRelayConfigurationRequest"
}
Expand Down Expand Up @@ -57,9 +56,6 @@
"definitions": {
"CommunicationRelayConfigurationRequest": {
"description": "Request for a CommunicationRelayConfiguration.",
"required": [
"id"
],
"type": "object",
"properties": {
"id": {
Expand Down

0 comments on commit 4c8162b

Please sign in to comment.