What's the "right" way to add/remove tags to list members. I tried almost all of the possibilities. 1. using tags as array in Member instance and URL lists/{0}/members/{1} using PUT/PATCH/POST : no luck 2. using the url lists/{0}/members/{1}/tags and using POST with tag array in body of request: no luck Not a clear answer ...
What's the "right" way to add/remove tags to list members.
I tried almost all of the possibilities.
Not a clear answer ...