Skip to content

Commit ba5f1b8

Browse files
committed
fix: actor run input description
1 parent 860a215 commit ba5f1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/Apify/resources/actors/run-actor/properties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const properties: INodeProperties[] = [
4848
type: 'json',
4949
default: '{}',
5050
description:
51-
'Input for the Actor run. If empty, the run uses the input specified in the default run configuration.',
51+
'JSON input for the Actor run, which you can find on the Actor input page in Apify Console. If empty, the run uses the input specified in the default run configuration.',
5252
displayOptions: {
5353
show: {
5454
resource: ['Actors'],

0 commit comments

Comments
 (0)