update_person_attachment
Update an existing person attachment's file name, URI, or size in Follow Up Boss CRM. Provide the attachment ID and person ID to replace the current attachment record.
Instructions
Update an attachment by ID. (PUT /personAttachments/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| uri | Yes | URI of an externally hosted file. | |
| fileName | Yes | Name of the file. | |
| fileSize | No | Size of the file in bytes. | |
| personId | Yes | ID of the person. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |