From ee8ce82832132d066f23ed58b884457d1c8e172a Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 21 Apr 2025 08:37:34 +0800 Subject: [PATCH] add workflow_run_id in totp endpoint doc (#2200) --- fern/running-tasks/advanced-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |