Skip to content

Commit c03ff82

Browse files
committed
[SCAL-319998] Add SCHEDULED_LIVEBOARDS to connection configuration public API
Update OpenAPI spec to include SCHEDULED_LIVEBOARDS in the Processes enum for the connection configuration endpoints.
1 parent d7eb498 commit c03ff82

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

api-spec/openapiSpecv3-2_0.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20119,7 +20119,8 @@
2011920119
"type": "string",
2012020120
"enum": [
2012120121
"SAGE_INDEXING",
20122-
"ROW_COUNT_STATS"
20122+
"ROW_COUNT_STATS",
20123+
"SCHEDULED_LIVEBOARDS"
2012320124
]
2012420125
},
2012520126
"nullable": true
@@ -26725,8 +26726,7 @@
2672526726
"KEY_PAIR",
2672626727
"PERSONAL_ACCESS_TOKEN",
2672726728
"OAUTH_WITH_SERVICE_PRINCIPAL",
26728-
"OAUTH_CLIENT_CREDENTIALS",
26729-
"OAUTH_CLIENT_CREDENTIALS_WITH_X509"
26729+
"OAUTH_CLIENT_CREDENTIALS"
2673026730
]
2673126731
},
2673226732
"configuration": {
@@ -26751,13 +26751,14 @@
2675126751
}
2675226752
},
2675326753
"policy_processes": {
26754-
"description": "Action that the query performed on the data warehouse, such as SAGE_INDEXING and ROW_COUNT_STATS.",
26754+
"description": "Action that the query performed on the data warehouse, such as SAGE_INDEXING, ROW_COUNT_STATS, and SCHEDULED_LIVEBOARDS.",
2675526755
"type": "array",
2675626756
"items": {
2675726757
"type": "string",
2675826758
"enum": [
2675926759
"SAGE_INDEXING",
26760-
"ROW_COUNT_STATS"
26760+
"ROW_COUNT_STATS",
26761+
"SCHEDULED_LIVEBOARDS"
2676126762
]
2676226763
}
2676326764
}
@@ -26826,8 +26827,7 @@
2682626827
"EXTOAUTH_WITH_PKCE",
2682726828
"OAUTH_WITH_PKCE",
2682826829
"PERSONAL_ACCESS_TOKEN",
26829-
"OAUTH_CLIENT_CREDENTIALS",
26830-
"OAUTH_CLIENT_CREDENTIALS_WITH_X509"
26830+
"OAUTH_CLIENT_CREDENTIALS"
2683126831
]
2683226832
},
2683326833
"configuration": {
@@ -26851,13 +26851,14 @@
2685126851
}
2685226852
},
2685326853
"policy_processes": {
26854-
"description": "Action that the query performed on the data warehouse, such as SAGE_INDEXING and ROW_COUNT_STATS.",
26854+
"description": "Action that the query performed on the data warehouse, such as SAGE_INDEXING, ROW_COUNT_STATS, and SCHEDULED_LIVEBOARDS.",
2685526855
"type": "array",
2685626856
"items": {
2685726857
"type": "string",
2685826858
"enum": [
2685926859
"SAGE_INDEXING",
26860-
"ROW_COUNT_STATS"
26860+
"ROW_COUNT_STATS",
26861+
"SCHEDULED_LIVEBOARDS"
2686126862
]
2686226863
}
2686326864
},

0 commit comments

Comments
 (0)