Updates a file request in Box. File requests allow external users to upload files to a specific folder without needing a Box account. Use this action to modify file request settings such as title, description, status, and form requirements. Common use cases: - Activate or deacti…
titlestringThe new title for the file request. This is displayed to uploaders on the file request form. If not provided, the existing title is retained.
statusstringStatus of the file request.
if_matchstringThe etag of the file request. Pass this to ensure the file request hasn't changed since you last retrieved it. If the etag doesn't match, the update will fail with a 412 Precondition Failed error.
expires_atstringThe date after which the file request will no longer accept submissions (ISO 8601 format, e.g., '2024-12-31T23:59:59Z'). After this date, the status is automatically set to 'inactive'. If not provided, the existing expiration is retained. Set to null to remove expiration.
descriptionstringThe new description for the file request. This is displayed to uploaders on the file request form. If not provided, the existing description is retained.
file_request_idRequiredstringThe unique identifier of the file request to update. This ID can be found in the Box web application URL when viewing a file request (e.g., for URL 'https://*.app.box.com/filerequest/123', the file_request_id is '123'). Note: File request IDs cannot be listed via API and must be…
is_email_requiredbooleanWhether uploaders must provide their email address when submitting files. When true, an email field is shown on the file request form. If not provided, the existing setting is retained.
is_description_requiredbooleanWhether uploaders must provide a description when submitting files. When true, a description field is shown on the file request form. If not provided, the existing setting is retained.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.