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