From 98b24ebaab345fa7f1105724b0244f3fc63dd89a Mon Sep 17 00:00:00 2001 From: magnurud Date: Mon, 2 Jun 2025 14:00:45 +0200 Subject: [PATCH] Fix bug in documentation --- docs/integrations/rest-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/rest-api.mdx b/docs/integrations/rest-api.mdx index 3ec3812..2a0dd9d 100644 --- a/docs/integrations/rest-api.mdx +++ b/docs/integrations/rest-api.mdx @@ -77,7 +77,7 @@ After successfully uploading a document to the API, you are now ready to run the got from the REST API integration card in the flow builder and the `documentId` from the previous step. ```bash -curl -X POST https://api.lucidtech.ai/v1/workflows//executions -H 'Authorization: Bearer ' --json '{"documentId": ""}' +curl -X POST https://api.lucidtech.ai/v1/workflows//executions -H 'Authorization: Bearer ' --json '{"input": {"documentId": ""}}' ``` :::info