v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424171133.3 KB

Updates membership configuration.

put/v1/membership/{membershipId}/update-membership

Path parameters

membershipIdstring required

Required element for UpdateMembership to identify the membership to update.

Request body

membershipNamestring password

Optional element for UpdateMembership to update the membership name.

undoMembershipCancellationboolean
<p>The <code>undoMembershipCancellation</code> parameter is a boolean flag that indicates whether to reverse a previously requested membership cancellation. When set to true, this will revoke the cancellation request and maintain the membership status. </p> <p>This parameter is optional and can be used in scenarios where you need to restore a membership that was marked for cancellation but hasn't been fully terminated yet. </p> <ul> <li> <p>If set to <code>true</code>, the cancellation request will be revoked </p> </li> <li> <p>If set to <code>false</code> the service will throw a ValidationException. </p> </li> </ul>

Response

Success

UpdateMembershipResponse required