File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 3003
3003
"type" : " string" ,
3004
3004
"format" : " binary"
3005
3005
},
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
3010
3010
},
3011
- "html_email " : {
3012
- "description" : " Whether imported subscribers prefer HTML emails " ,
3011
+ "update_existing " : {
3012
+ "description" : " Weather to update existing subscribers or not " ,
3013
3013
"type" : " boolean" ,
3014
- "default" : true
3014
+ "default" : false
3015
3015
}
3016
3016
},
3017
3017
"type" : " object"
3026
3026
"application/json" : {
3027
3027
"schema" : {
3028
3028
"properties" : {
3029
- "success" : {
3030
- "type" : " boolean"
3031
- },
3032
3029
"imported" : {
3033
3030
"type" : " integer"
3034
3031
},
You can’t perform that action at this time.
0 commit comments