From 2d4cc07d0d6c94a1d9f656ecd1dc607dd9608ec2 Mon Sep 17 00:00:00 2001 From: Glaucia Lemos Date: Wed, 27 Mar 2024 09:48:30 -0300 Subject: [PATCH] fix: unecessary boundary for `upload` request --- packages/api/api.http | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/api/api.http b/packages/api/api.http index 4809687..2665e1c 100644 --- a/packages/api/api.http +++ b/packages/api/api.http @@ -13,7 +13,6 @@ Content-Type: application/json "question": "How to Search and Book Rentals?" } - ### Upload PDF Document POST {{api_host}}/api/upload Accept: */* @@ -24,13 +23,6 @@ Content-Disposition: form-data; name="file"; filename="test.pdf" Content-Type: application/pdf < ../../data/support.pdf ---Boundary -Content-Disposition: form-data; name="options" - -{ - "category": "test-category", - "wait": true, - "useVectors": true -} --Boundary-- +