Skip to content

Commit 6b41ec8

Browse files
author
github-actions
committed
Update REST API documentation Tue Jul 22 06:43:45 UTC 2025
1 parent 7e8e9b2 commit 6b41ec8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

restapi.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,13 +3437,18 @@
34373437
},
34383438
"list_id": {
34393439
"description": "List id to add imported subscribers to",
3440-
"type": "integer",
3441-
"default": null
3440+
"type": "string",
3441+
"default": null,
3442+
"pattern": "^\\d+$"
34423443
},
34433444
"update_existing": {
34443445
"description": "Weather to update existing subscribers or not",
3445-
"type": "boolean",
3446-
"default": false
3446+
"type": "string",
3447+
"default": "0",
3448+
"enum": [
3449+
"0",
3450+
"1"
3451+
]
34473452
}
34483453
},
34493454
"type": "object"

0 commit comments

Comments
 (0)