v4
latestSwagger 2.02026-08-0343714211.7 MBbundles
Bundles
Update Share Link
Update Share Link
patch/bundles/{id}
Path parameters
idinteger required
Bundle ID.
Response
The Bundles object.
Example response
{
"code": "abc123",
"color_left": "#0066a7",
"color_link": "#d34f5d",
"color_text": "#0066a7",
"color_top": "#000000",
"color_top_text": "#ffffff",
"url": "https://subdomain.files.com/f/12345678",
"description": "The public description of the bundle.",
"expires_at": "2000-01-01T01:00:00Z",
"permissions": "read",
"require_logout": true,
"clickwrap_body": "[Legal text]",
"form_field_set": {
"id": 1,
"title": "Sample Form Title",
"form_layout": [
1,
2,
3,
4
],
"form_fields": [
{
"id": 1,
"label": "Sample Label",
"required": true,
"help_text": "Help Text",
"field_type": "text",
"options_for_select": [
"red",
"green",
"blue"
],
"default_option": "red",
"form_field_set_id": 1
}
],
"skip_name": true,
"skip_email": true,
"skip_company": true,
"in_use": true
},
"skip_name": true,
"skip_email": true,
"start_access_on_date": "2000-01-01T01:00:00Z",
"skip_company": true,
"id": 1,
"bypasses_site_expiration_rules": true,
"created_at": "2000-01-01T01:00:00Z",
"deleted": true,
"deleted_at": "2000-01-01T01:00:00Z",
"dont_separate_submissions_by_folder": true,
"max_uses": 1,
"internal_name": "Quarterly reports",
"note": "The internal note on the bundle.",
"path_template": "{{name}}_{{ip}}",
"path_template_time_zone": "Eastern Time (US & Canada)",
"send_email_receipt_to_uploader": true,
"snapshot_id": 1,
"user_id": 1,
"username": "user",
"group_id": 1,
"clickwrap_id": 1,
"inbox_id": 1,
"watermark_attachment": {
"name": "My logo",
"uri": "https://mysite.files.com/.../my_image.png"
},
"watermark_value": {
"key": "example value"
},
"send_one_time_password_to_recipient_at_registration": true,
"workspace_id": 1,
"has_inbox": true,
"dont_allow_folders_in_uploads": true,
"paths": [
"file.txt"
],
"bundlepaths": [
{
"recursive": true,
"path": "example"
}
]
}