Skip to content

Commit f32ed45

Browse files
committed
fix: update availability_threshold for /api/v1/sign/dossiers, /api/v1/sign/support/signature-requests/{id}, and /api/v1/sign/metadata endpoints to 0.92, 0.91, and 0.91 respectively
1 parent dfb26a1 commit f32ed45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.opex/api_issuer/env/prod/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ overrides:
1717
- api.io.pagopa.it
1818
endpoints:
1919
/api/v1/sign/dossiers:
20-
availability_threshold: 0.91 # default 0.99
20+
availability_threshold: 0.92 # default 0.99
2121
response_time_threshold: 3 # default 1
2222
/api/v1/sign/dossiers/{id}:
2323
availability_threshold: 0.90 # default 0.99

.opex/api_support/env/prod/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ overrides:
1717
- api.io.pagopa.it
1818
endpoints:
1919
/api/v1/sign/support/signature-requests/{id}:
20-
availability_threshold: 0.90 # default 0.99
20+
availability_threshold: 0.91 # default 0.99
2121
response_time_threshold: 3 # default 1

.opex/api_user/env/prod/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ action_groups:
1515
overrides:
1616
endpoints:
1717
/api/v1/sign/metadata:
18-
availability_threshold: 0.90 # default 0.99
18+
availability_threshold: 0.91 # default 0.99
1919
response_time_threshold: 3 # default 1 
2020
/api/v1/sign/qtsp/clauses:
2121
availability_threshold: 0.90 # default 0.99

0 commit comments

Comments
 (0)