Skip to content

Commit 3db8cf1

Browse files
authored
Added workflow truncating details to workflow api
1 parent 323ae40 commit 3db8cf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/API.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ Shuffle responses follow the response codes listed below. The data you can expec
7676
Workflows are used to execute your automations, and has endpoints related to creation, triggers, saving and deleting, aborting and listing.
7777

7878
### List all workflows
79-
Return a list of all existing workflows
79+
Return a list of all existing workflows.
80+
81+
Disable truncating (since 2.0.2)**: Add the `truncate=false` header, and we will directly return the list without modifications IF it is less than 32Mb in size.
82+
We may otherwise truncate the data, and add the `X-SHUFFLE_TRUNCATED=true` response header if the data is sufficiently large.
8083

8184
Method: GET
8285

0 commit comments

Comments
 (0)