add_party_website
Append a single website or social handle to a party with one atomic request. Use for adding a URL or social profile handle 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 |
|---|---|---|---|
| address | Yes | The website address. A URL when service='URL', or a handle (e.g. '@acmeco') for social services. | |
| partyId | No | ||
| service | No | Defaults to 'URL' if omitted. |