Skip to content

Commit 0f2e9bd

Browse files
authored
adhoc: improve input json description text (#73)
1 parent 12b73e9 commit 0f2e9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodes/Apify/resources/actors/run-actor-and-get-dataset/properties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const properties: INodeProperties[] = [
3535
type: 'json',
3636
default: '{}',
3737
description:
38-
'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.',
38+
'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. https://console.apify.com',
3939
displayOptions: {
4040
show: {
4141
resource: ['Actors'],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const properties: INodeProperties[] = [
3535
type: 'json',
3636
default: '{}',
3737
description:
38-
'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.',
38+
'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. https://console.apify.com',
3939
displayOptions: {
4040
show: {
4141
resource: ['Actors'],

0 commit comments

Comments
 (0)