PatchMembersById
Function: patchMembersById()
patchMembersById<
ThrowOnError>(options):RequestResult<PatchMembersByIdResponses,PatchMembersByIdErrors,ThrowOnError>
Defined in: app/api/sdk.gen.ts:579
Updates specific fields of a member's profile using JSON Patch. The PatchMember endpoint provides a flexible way to modify individual attributes of a member record without requiring the full object. This is ideal for background updates or specific profile settings changes, ensuring that only the specified fields are touched while validating the resulting state against domain requirements.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options
Options<PatchMembersByIdData, ThrowOnError>
Returns
RequestResult<PatchMembersByIdResponses, PatchMembersByIdErrors, ThrowOnError>