diff --git a/docs/api/swagger.json b/docs/api/swagger.json index c78e03aa..d1704285 100644 --- a/docs/api/swagger.json +++ b/docs/api/swagger.json @@ -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.", @@ -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.",