Skip to content

Commit

Permalink
[docs] add simNumber field for webhooks payload in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Dec 26, 2024
1 parent a867675 commit 6ecaafe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,12 @@
"type": "string",
"description": "The phone number from which the SMS message was sent."
},
"simNumber": {
"type": "integer",
"nullable": true,
"description": "The SIM card number that received the SMS. May be null on some Android devices.",
"minimum": 1
},
"receivedAt": {
"type": "string",
"description": "The timestamp when the SMS message was received.",
Expand All @@ -676,6 +682,11 @@
"type": "string",
"description": "The phone number to which the SMS message was sent."
},
"simNumber": {
"type": "integer",
"nullable": true,
"description": "The SIM card number that sent the SMS. May be `null` if default SIM is used."
},
"sentAt": {
"type": "string",
"description": "The timestamp when the SMS message was sent.",
Expand Down

0 comments on commit 6ecaafe

Please sign in to comment.