We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8e9b2 commit 6b41ec8Copy full SHA for 6b41ec8
restapi.json
@@ -3437,13 +3437,18 @@
3437
},
3438
"list_id": {
3439
"description": "List id to add imported subscribers to",
3440
- "type": "integer",
3441
- "default": null
+ "type": "string",
+ "default": null,
3442
+ "pattern": "^\\d+$"
3443
3444
"update_existing": {
3445
"description": "Weather to update existing subscribers or not",
- "type": "boolean",
3446
- "default": false
3447
+ "default": "0",
3448
+ "enum": [
3449
+ "0",
3450
+ "1"
3451
+ ]
3452
}
3453
3454
"type": "object"
0 commit comments