Skip to content

Commit 1b18115

Browse files
barjindaveomri
authored andcommitted
docs: fix local links (secret input) (apify#1712)
1 parent 8f70a06 commit 1b18115

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This feature supports `string`, `object`, and `array` input types. Available edi
5151

5252
## Read secret input fields
5353

54-
When you read the Actor input through `Actor.getInput()`, the encrypted fields are automatically decrypted. Decryption of string fields is supported since [JavaScript SDK](http://docs.apify.loc/sdk/js/) 3.1.0; support for objects and arrays was added in [JavaScript SDK](http://docs.apify.loc/sdk/js/) 3.4.2 and [Python SDK](http://docs.apify.loc/sdk/python/) 2.7.0.
54+
When you read the Actor input through `Actor.getInput()`, the encrypted fields are automatically decrypted. Decryption of string fields is supported since [JavaScript SDK](https://docs.apify.com/sdk/js/) 3.1.0; support for objects and arrays was added in [JavaScript SDK](https://docs.apify.com/sdk/js/) 3.4.2 and [Python SDK](https://docs.apify.com/sdk/python/) 2.7.0.
5555

5656
<!-- eslint-skip -->
5757
```js

0 commit comments

Comments
 (0)