Skip to content

Commit

Permalink
deploy: 83926f0
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Jun 24, 2024
1 parent 80a24fb commit 0d1941c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"openapi": "3.0.0",
"info": {
"version": "1.15.1",
"title": "Android SMS Gateway Integration API",
"version": "1.15.2",
"title": "SMS Gateway for Android™ Integration API",
"description": "Provides the ability to send SMS by sending requests directly to the device or through a cloud server.",
"contact": {
"name": "Aleksandr Soloshenko",
Expand Down Expand Up @@ -533,6 +533,14 @@
"WebHookEvent": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the webhook event."
},
"webhookId": {
"type": "string",
"description": "The identifier of the webhook configuration that triggered this event."
},
"deviceId": {
"type": "string",
"description": "The unique identifier of the device."
Expand Down

0 comments on commit 0d1941c

Please sign in to comment.