add_party_website
Add a single website or social handle to a party. Use this for atomic one-entry adds without updating the entire websites list.
Instructions
Append a single website / social handle to a party. Atomic — one PUT to Capsule. Use this instead of update_party.websites for single-entry adds. The 'address' field is a URL when service='URL' or a handle (e.g. '@acmeco') for social services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| partyId | Yes | ||
| address | Yes | The website address. A URL when service='URL', or a handle (e.g. '@acmeco') for social services. | |
| service | No | Defaults to 'URL' if omitted. |