set_upload_done
Finalize an upload session to trigger post-upload notifications and acceptance. Use after the last file upload.
Instructions
Finalize an upload session, marking it as complete. Triggers any post-upload hooks (notifications, contribution acceptance, etc.). Call this after the last upload_file/upload_files in a batch you opened with create_upload_session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric Upload id (NOT the guid) returned by create_upload_session |