Update membership API endpoint?

Curious if there's an endpoint to update a membership? I see this new endpoint for creating one:

/membership/v1/constituents/{constituent_id}/membership

Referencing this documentation:

I see that you can pass the membership ID in the payload; I tried PUT/PATCH for this endpoint; neither seems to exist. I also tried including the membership ID in the payload, but it didn't update the membership; instead it created a new one. So I can't tell if it's possible to update a membership (or delete/create a new one) - it only seems like you can create one.

Can you let me know whether it's possible to update a membership and if not, let me know if there's a suitable workaround?

Comments

Categories