Update an existing partner’s details, referral key, or tags
| Parameter | Location | Type | Description |
|---|---|---|---|
id | path | string | Partner’s unique ID in the URL |
email | body | string | Partner’s email (alternative to path ID) |
key | body | string | Partner’s referral key (alternative to path ID) |
| Parameter | Type | Required | Description |
|---|---|---|---|
update.email | string | No | New email address (must be unique) |
update.name | string | No | Partner’s first name |
update.surname | string | No | Partner’s last name |
update.password | string | No | New password (min 8 chars, 1 lowercase, 1 uppercase, 1 number) |
update.key | string | No | Partner’s default referral link key |
update.tags | array | No | Tags to associate. Empty array [] removes all tags. null skips update |