move api key to auth tab in bruno

This commit is contained in:
Ean Milligan 2025-07-22 16:31:50 -04:00
parent bc6ad87aff
commit 57cae9c01f
1 changed files with 9 additions and 2 deletions

View File

@ -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
}