Skip to content

Commit

Permalink
chore: consistent case for X-Api-Key in postman collection (#285)
Browse files Browse the repository at this point in the history
- when importing with HTTP client plugin in IntelliJ, only one key is generated
  • Loading branch information
man8pr authored Jul 11, 2024
1 parent 7f23c0c commit e53b2d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/postman/MVD.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
"method": "POST",
"header": [
{
"key": "x-api-key",
"key": "X-Api-Key",
"value": "password"
},
{
Expand Down Expand Up @@ -500,7 +500,7 @@
"method": "POST",
"header": [
{
"key": "x-api-key",
"key": "X-Api-Key",
"value": "password"
}
],
Expand Down Expand Up @@ -1925,7 +1925,7 @@
},
{
"key": "key",
"value": "x-api-key",
"value": "X-Api-Key",
"type": "string"
}
]
Expand Down Expand Up @@ -1964,7 +1964,7 @@
},
{
"key": "key",
"value": "x-api-key",
"value": "X-Api-Key",
"type": "string"
}
]
Expand Down

0 comments on commit e53b2d8

Please sign in to comment.