upd: Scopus - api key variables to global reference

This commit is contained in:
2026-03-16 11:52:55 +01:00
parent 733776fb97
commit c3972027a9
3 changed files with 9 additions and 5 deletions
@@ -1,7 +1,7 @@
name: Scopus - Prod name: Scopus - Prod
color: "#2E8A54" color: "#2E8A54"
variables: variables:
- secret: true - name: ScopusApiKey
name: ScopusApiKey value: "{{ScopusApiKey1Global}}"
- secret: true - name: ScopusApiKey2
name: ScopusApiKey2 value: "{{ScopusApiKey2Global}}"
+1 -1
View File
@@ -18,9 +18,9 @@ request:
headers: headers:
- name: X-ELS-APIKey - name: X-ELS-APIKey
value: "{{ScopusApiKey}}" value: "{{ScopusApiKey}}"
disabled: true
- name: X-ELS-APIKey - name: X-ELS-APIKey
value: "{{ScopusApiKey2}}" value: "{{ScopusApiKey2}}"
disabled: true
bundled: false bundled: false
extensions: extensions:
bruno: bruno:
+4
View File
@@ -8,3 +8,7 @@ variables:
name: elixFormsWsAuthenticationTokenGlobal name: elixFormsWsAuthenticationTokenGlobal
- secret: true - secret: true
name: elixFormsApiPasswordGlobal name: elixFormsApiPasswordGlobal
- secret: true
name: ScopusApiKey1Global
- secret: true
name: ScopusApiKey2Global