From 57cae9c01fdb9d2fc171ec79f7e4a83d96b533d8 Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Tue, 22 Jul 2025 16:31:50 -0400 Subject: [PATCH] move api key to auth tab in bruno --- .bruno/Authenticated/folder.bru | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.bruno/Authenticated/folder.bru b/.bruno/Authenticated/folder.bru index e370950..5dbb43c 100644 --- a/.bruno/Authenticated/folder.bru +++ b/.bruno/Authenticated/folder.bru @@ -1,7 +1,14 @@ meta { name: Authenticated + seq: 1 } -headers { - X-Api-Key: [YOUR-API-KEY-HERE] +auth { + mode: apikey } + +auth:apikey { + key: X-Api-Key + value: [YOUR-API-KEY-HERE] + placement: header +} \ No newline at end of file