Skip to content

Commit

Permalink
update ping description
Browse files Browse the repository at this point in the history
  • Loading branch information
dzeliar committed Dec 14, 2022
1 parent fdb8142 commit 5752013
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
},
"ping": {
"type": "object",
"description": "The status of OPTIONS message sent by Trunk.",
"description": "The status of SIP OPTIONS message sent by Trunk.",
"$ref": "#/definitions/Ping"
},
"overall": {
Expand Down Expand Up @@ -260,14 +260,14 @@
},
"Ping": {
"type": "object",
"description": "The status of OPTIONS message sent by Trunk.",
"description": "The status of SIP OPTIONS message sent by Trunk.",
"required": [
"status"
],
"properties": {
"status": {
"type": "string",
"description": "The status of OPTIONS message sent by Trunk.",
"description": "The status of SIP OPTIONS message sent by Trunk.",
"enum": [
"unknown",
"ok",
Expand Down

0 comments on commit 5752013

Please sign in to comment.