move api key to auth tab in bruno
This commit is contained in:
parent
bc6ad87aff
commit
57cae9c01f
|
@ -1,7 +1,14 @@
|
||||||
meta {
|
meta {
|
||||||
name: Authenticated
|
name: Authenticated
|
||||||
|
seq: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
headers {
|
auth {
|
||||||
X-Api-Key: [YOUR-API-KEY-HERE]
|
mode: apikey
|
||||||
|
}
|
||||||
|
|
||||||
|
auth:apikey {
|
||||||
|
key: X-Api-Key
|
||||||
|
value: [YOUR-API-KEY-HERE]
|
||||||
|
placement: header
|
||||||
}
|
}
|
Loading…
Reference in New Issue