Skip to content

Commit deaf6c4

Browse files
author
github-actions
committed
Update REST API documentation Tue Apr 28 12:02:32 UTC 2026
1 parent 62b2873 commit deaf6c4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

restapi.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,18 @@
13731373
"maximum": 100,
13741374
"minimum": 1
13751375
}
1376+
},
1377+
{
1378+
"name": "status",
1379+
"in": "query",
1380+
"description": "Bounce status",
1381+
"required": false,
1382+
"schema": {
1383+
"type": "string",
1384+
"default": "unidentified bounce",
1385+
"maxLength": 100,
1386+
"minLength": 1
1387+
}
13761388
}
13771389
],
13781390
"responses": {

0 commit comments

Comments
 (0)