From c4245c6ceb96f702778cd3b19047c6bae31eac36 Mon Sep 17 00:00:00 2001 From: Paul-Cornell Date: Tue, 6 Jan 2026 08:10:16 -0800 Subject: [PATCH] Update workflows.mdx: POST -> GET for list templates --- api-reference/workflow/workflows.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/workflow/workflows.mdx b/api-reference/workflow/workflows.mdx index 8c720139..9fb49643 100644 --- a/api-reference/workflow/workflows.mdx +++ b/api-reference/workflow/workflows.mdx @@ -2140,7 +2140,7 @@ To list templates, use the `UnstructuredClient` object's `templates.list_templat ```bash - curl --request 'POST' --location \ + curl --request 'GET' --location \ "$UNSTRUCTURED_API_URL/templates" \ --header "unstructured-api-key: $UNSTRUCTURED_API_KEY" \ --header 'accept: application/json' @@ -2239,4 +2239,4 @@ template's unique ID. To get this ID, see [List templates](#list-templates). 4. Click **Send**. - \ No newline at end of file +