mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-06 20:37:54 -05:00
move api key to auth tab in bruno
This commit is contained in:
@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user