Hey,
i use the v2 api (and even tried v1) and want to change the lists of subscribers. I am able to modify subscriber data on the PUT endpoint like “/wp-json/newsletter/v2/subscribers/user7@example.com” with following query. Everything is altered except the lists. Using the v1 api in the documented way also will not alter the lists but everything else. I use the most current version of the plugin and the api plugin. This is really important for my use case, help would be appreciated.
Cheers.
{
"first_name": "string",
"last_name": "string",
"country": "st",
"region": "string",
"city": "string",
"lists": [
{
"id": 2,
"value":1
}
],
"list_N": 0,
"gender": "F",
"status": "confirmed"
}