diff --git a/fern/running-tasks/advanced-features.mdx b/fern/running-tasks/advanced-features.mdx index 8853571f..29e98e34 100644 --- a/fern/running-tasks/advanced-features.mdx +++ b/fern/running-tasks/advanced-features.mdx @@ -78,7 +78,7 @@ Request data: | totp_identifier | yes | string | An email address or phone number which received the code | this is a required field as this is the best way for skyvern to know what the identifier | | content | yes | string | | the email content of a 2FA email; the text message for the verification code | | task_id | no | string | tsk_22222222 | used to help skyvern locate the totp code more accurately for your task | -| workflow_id | no | string | wpid_12345 | used to help better locate the totp code accurately for your workflow | +| workflow_run_id | no | string | wr_123456 | The ID of your workflow run. It's used to help better locate the totp code accurately for a specific workflow run | | source | no | string | email, phone, app, etc | | | expired_at | no | timestamp | 2024-09-18T05:15:02 | The expiration time of the code. If provided, skyvern uses it to decide if the code is valid |