Skip to content

Commit

Permalink
change GatewayListStatusLive type
Browse files Browse the repository at this point in the history
  • Loading branch information
david-msft committed Dec 24, 2020
1 parent a146590 commit 4f3fa74
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1184,15 +1184,16 @@
"type": "object",
"properties": {
"status": {
"type": "string",
"type": "integer",
"format": "int32",
"enum": [
"Live"
0
],
"x-ms-enum": {
"name": "Status",
"modelAsString": false
},
"description": "Live message of list gateway."
"description": "Live message of list gateway; 0 - Live"
}
}
},
Expand Down

0 comments on commit 4f3fa74

Please sign in to comment.