Skip to content

Commit

Permalink
Updated: docs with TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Nov 17, 2023
1 parent 8166f46 commit 760e790
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"servers": [
{
"url": "http://localhost:8080",
"url": "http://device-ip:8080",
"description": "Device"
},
{
Expand Down Expand Up @@ -54,7 +54,7 @@
],
"servers": [
{
"url": "http://localhost:8080",
"url": "http://device-ip:8080",
"description": "Device"
},
{
Expand Down Expand Up @@ -101,7 +101,7 @@
],
"servers": [
{
"url": "http://localhost:8080",
"url": "http://device-ip:8080",
"description": "Device"
},
{
Expand Down Expand Up @@ -196,6 +196,13 @@
"nullable": true,
"description": "SIM card number, `null` - default",
"minimum": 1
},
"ttl": {
"type": "integer",
"nullable": true,
"description": "*(cloud-only)* message storage time in `Pending` state, `null` - forever",
"minimum": 5,
"example": 86400
}
},
"required": [
Expand Down

0 comments on commit 760e790

Please sign in to comment.