Posts to this end point and lists/members/create return code: 34 which means the resource was 404. I tried to dig around on this error a bit.
First, it seems like it might be related to pull request #230. But my hunch is that it isn't, given that it's sending back a 404 instead of an error about bad data.
Second, the API documentation makes it appear that query params are used to pass the data to this endpoint. I tried creating an endpoint where I passed my data in this fashion and got the same error. Wondering if anyone else has run into this?
Posts to this end point and
lists/members/create
returncode: 34
which means the resource was 404. I tried to dig around on this error a bit.First, it seems like it might be related to pull request #230. But my hunch is that it isn't, given that it's sending back a 404 instead of an error about bad data.
Second, the API documentation makes it appear that query params are used to pass the data to this endpoint. I tried creating an endpoint where I passed my data in this fashion and got the same error. Wondering if anyone else has run into this?