From 9ee2b47edcf9c0458f3ea64764bfcb42f3970987 Mon Sep 17 00:00:00 2001 From: Alexandre Bouchard Date: Tue, 9 Jun 2026 13:56:38 -0400 Subject: [PATCH] fix: Fix openapi spec ManagedConfig to accurately reflect supported configs --- docs/apis/openapi.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/apis/openapi.yaml b/docs/apis/openapi.yaml index 0832890e4..c02ab19e8 100644 --- a/docs/apis/openapi.yaml +++ b/docs/apis/openapi.yaml @@ -2827,10 +2827,10 @@ components: properties: ALERT_AUTO_DISABLE_DESTINATION: type: string - ALERT_CALLBACK_URL: - type: string ALERT_CONSECUTIVE_FAILURE_COUNT: type: string + ALERT_EXHAUSTED_RETRIES_WINDOW_SECONDS: + type: string DELIVERY_TIMEOUT_SECONDS: type: string DESTINATIONS_AWS_KINESIS_METADATA_IN_PAYLOAD: @@ -2873,8 +2873,6 @@ components: type: string MAX_DESTINATIONS_PER_TENANT: type: string - ORGANIZATION_NAME: - type: string PORTAL_BRAND_COLOR: type: string PORTAL_DISABLE_OUTPOST_BRANDING: