TODO — The source documentation for this endpoint was incomplete. Verify the following before publishing:
Endpoint
PATCH /clients/members/{id}
Path parameters
The unique ID of the member to update.
Response
Code examples
curl -X PATCH https://sandbox.stellasbank.com/api/v1/clients/members/MEMBER_ID \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "SECRET_KEY: YOUR_SECRET_KEY" \
-H "businessId: YOUR_BUSINESS_ID" \
-H "Content-Type: application/json" \
-d '{}'
Example response
{
"status": true,
"message": "Member updated successfully"
}