Skip to content

Commit 7fb9251

Browse files
author
github-actions
committed
Update REST API documentation Fri May 23 15:50:14 UTC 2025
1 parent 60fb91b commit 7fb9251

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

restapi.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3003,15 +3003,15 @@
30033003
"type": "string",
30043004
"format": "binary"
30053005
},
3006-
"request_confirmation": {
3007-
"description": "Whether to request confirmation from imported subscribers",
3008-
"type": "boolean",
3009-
"default": false
3006+
"list_id": {
3007+
"description": "List id to add imported subscribers to",
3008+
"type": "integer",
3009+
"default": null
30103010
},
3011-
"html_email": {
3012-
"description": "Whether imported subscribers prefer HTML emails",
3011+
"update_existing": {
3012+
"description": "Weather to update existing subscribers or not",
30133013
"type": "boolean",
3014-
"default": true
3014+
"default": false
30153015
}
30163016
},
30173017
"type": "object"
@@ -3026,9 +3026,6 @@
30263026
"application/json": {
30273027
"schema": {
30283028
"properties": {
3029-
"success": {
3030-
"type": "boolean"
3031-
},
30323029
"imported": {
30333030
"type": "integer"
30343031
},

0 commit comments

Comments
 (0)