Skip to content

Commit d151840

Browse files
committed
Accept changes
1 parent acbcfdb commit d151840

File tree

1 file changed

+2
-4
lines changed
  • sources/platform/actors/development/actor_definition/input_schema

1 file changed

+2
-4
lines changed

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,14 @@ The `anyDate` property renders a date picker that accepts both absolute and rela
223223

224224
![Apify Actor input schema - country input](./images/input-schema-date-both.png)
225225

226-
Example of file selection using `fileupload` editor. The input is passed to the Actor as a string, it is up to the author to resolve the file or validate if it exists.
226+
The `fileupload` editor enables users to specify a file as input. The input is passed to the Actor as a string. It is the author's responsibility to interpret this string, including validation of its existence and format.
227227

228228
![Apify Actor input schema - fileupload input](./images/input-schema-fileupload-input.png)
229229

230-
231-
The input allows the user to either provide a link or to upload the file as a record to a key-value store of their choosing.
230+
The user provides either a URL or uploads the file to a key-value store (existing or new).
232231

233232
![Apify Actor input schema - fileupload input options](./images/input-schema-fileupload-modal.png)
234233

235-
236234
Properties:
237235

238236
| Property | Value | Required | Description |

0 commit comments

Comments
 (0)