update and add missing environments

This commit is contained in:
2026-06-29 13:06:49 +02:00
parent 9c9a2f9066
commit 3da6653f74
11 changed files with 39 additions and 20 deletions
@@ -0,0 +1,4 @@
name: ORDS
variables:
- name: situasBaseUrl
value: https://situas-servizi.istat.it/publish
@@ -2,13 +2,21 @@ opencollection: 1.0.0
info:
name: ORDS generated API for publish
config:
proxy:
inherit: true
config:
protocol: http
hostname: ""
port: ""
auth:
username: ""
password: ""
bypassProxy: ""
request:
variables:
- name: baseUrl
value: https://situas-servizi.istat.it/publish
value: "{{situasBaseUrl}}"
bundled: false
extensions:
ignore:
- node_modules
- .git
extensions: {}