mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
* revamp: collection and global env selector dropdown --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pragadesh-45 <54320162+Pragadesh-45@users.noreply.github.com> Co-authored-by: Anoop M D <anoop.md1421@gmail.com> Co-authored-by: sanish-bruno <sanish@usebruno.com> Co-authored-by: bernborgess <bernborgesse@outlook.com> Co-authored-by: lohit <lohit@usebruno.com> Co-authored-by: Its-Treason <39559178+Its-treason@users.noreply.github.com> Co-authored-by: jayakrishnancn <jayakrishnancn@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"id": "test-collection-env-id",
|
|
"name": "Test Collection Environment",
|
|
"values": [
|
|
{
|
|
"key": "host",
|
|
"value": "https://jsonplaceholder.typicode.com",
|
|
"enabled": true,
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "userId",
|
|
"value": "1",
|
|
"enabled": true,
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "apiKey",
|
|
"value": "collection-api-key-12345",
|
|
"enabled": true,
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "postTitle",
|
|
"value": "Collection Environment Test Post",
|
|
"enabled": true,
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "postBody",
|
|
"value": "This is a test post created using collection environment variables",
|
|
"enabled": true,
|
|
"type": "text"
|
|
},
|
|
{
|
|
"key": "secretApiToken",
|
|
"value": "collection-secret-token-67890",
|
|
"enabled": true,
|
|
"type": "secret"
|
|
}
|
|
],
|
|
"_postman_variable_scope": "environment",
|
|
"_postman_exported_at": "2024-01-01T00:00:00.000Z",
|
|
"_postman_exported_using": "Postman/10.0.0"
|
|
} |