diff --git a/src/pages/docs/api/_generated/subscriptions.md b/src/pages/docs/api/_generated/subscriptions.md index 3e25262a5c..a9652d344e 100644 --- a/src/pages/docs/api/_generated/subscriptions.md +++ b/src/pages/docs/api/_generated/subscriptions.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Api.astro pubDate: 2026-08-11 -modDate: 2026-09-04 +modDate: 2026-09-09 title: Subscriptions --- @@ -88,6 +88,12 @@ Lists all of the Subscriptions in the supplied Octopus Deploy Space. The results "SlackDigestLastProcessed": "2020-01-01T00:00:00.000Z", "SlackDigestLastProcessedEventAutoId": 0, "SlackFrequencyPeriod": "string", + "TeamsChannels": [ + {} + ], + "TeamsDigestLastProcessed": "2020-01-01T00:00:00.000Z", + "TeamsDigestLastProcessedEventAutoId": 0, + "TeamsFrequencyPeriod": "string", "WebhookHeaderKey": "string", "WebhookHeaderValue": {}, "WebhookLastProcessed": "2020-01-01T00:00:00.000Z", @@ -154,6 +160,12 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions`, `/api/subscript - **`SlackDigestLastProcessedEventAutoId`** :span[integer]{.type-label} - **`SlackFrequencyPeriod`** :span[string]{.type-label} Format `date-span`. + - **`TeamsChannels`** :span[array of object]{.type-label} + - **`TeamsDigestLastProcessed`** :span[string]{.type-label} + Format `date-time`. + - **`TeamsDigestLastProcessedEventAutoId`** :span[integer]{.type-label} + - **`TeamsFrequencyPeriod`** :span[string]{.type-label} + Format `date-span`. - **`WebhookHeaderKey`** :span[string]{.type-label} - **`WebhookHeaderValue`** :span[object]{.type-label} - **`WebhookLastProcessed`** :span[string]{.type-label} @@ -224,6 +236,16 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions`, `/api/subscript "SlackDigestLastProcessed": "2020-01-01T00:00:00.000Z", "SlackDigestLastProcessedEventAutoId": 0, "SlackFrequencyPeriod": "string", + "TeamsChannels": [ + { + "Id": "string", + "Name": "string", + "WebhookUrl": {} + } + ], + "TeamsDigestLastProcessed": "2020-01-01T00:00:00.000Z", + "TeamsDigestLastProcessedEventAutoId": 0, + "TeamsFrequencyPeriod": "string", "WebhookHeaderKey": "string", "WebhookHeaderValue": { "IsSensitive": false, @@ -271,6 +293,12 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions`, `/api/subscript - **`SlackDigestLastProcessedEventAutoId`** :span[integer]{.type-label} - **`SlackFrequencyPeriod`** :span[string]{.type-label} Format `date-span`. + - **`TeamsChannels`** :span[array of object]{.type-label} + - **`TeamsDigestLastProcessed`** :span[string]{.type-label} + Format `date-time`. + - **`TeamsDigestLastProcessedEventAutoId`** :span[integer]{.type-label} + - **`TeamsFrequencyPeriod`** :span[string]{.type-label} + Format `date-span`. - **`WebhookHeaderKey`** :span[string]{.type-label} - **`WebhookHeaderValue`** :span[object]{.type-label} - **`WebhookLastProcessed`** :span[string]{.type-label} @@ -349,6 +377,16 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions`, `/api/subscript "SlackDigestLastProcessed": "2020-01-01T00:00:00.000Z", "SlackDigestLastProcessedEventAutoId": 0, "SlackFrequencyPeriod": "string", + "TeamsChannels": [ + { + "Id": "string", + "Name": "string", + "WebhookUrl": {} + } + ], + "TeamsDigestLastProcessed": "2020-01-01T00:00:00.000Z", + "TeamsDigestLastProcessedEventAutoId": 0, + "TeamsFrequencyPeriod": "string", "WebhookHeaderKey": "string", "WebhookHeaderValue": { "IsSensitive": false, @@ -416,6 +454,12 @@ Lists all the Subscriptions in the supplied Octopus Deploy Space - **`SlackDigestLastProcessedEventAutoId`** :span[integer]{.type-label} - **`SlackFrequencyPeriod`** :span[string]{.type-label} Format `date-span`. + - **`TeamsChannels`** :span[array of object]{.type-label} + - **`TeamsDigestLastProcessed`** :span[string]{.type-label} + Format `date-time`. + - **`TeamsDigestLastProcessedEventAutoId`** :span[integer]{.type-label} + - **`TeamsFrequencyPeriod`** :span[string]{.type-label} + Format `date-span`. - **`WebhookHeaderKey`** :span[string]{.type-label} - **`WebhookHeaderValue`** :span[object]{.type-label} - **`WebhookLastProcessed`** :span[string]{.type-label} @@ -495,6 +539,12 @@ Lists all the Subscriptions in the supplied Octopus Deploy Space "SlackDigestLastProcessed": "2020-01-01T00:00:00.000Z", "SlackDigestLastProcessedEventAutoId": 0, "SlackFrequencyPeriod": "string", + "TeamsChannels": [ + {} + ], + "TeamsDigestLastProcessed": "2020-01-01T00:00:00.000Z", + "TeamsDigestLastProcessedEventAutoId": 0, + "TeamsFrequencyPeriod": "string", "WebhookHeaderKey": "string", "WebhookHeaderValue": { "IsSensitive": false, @@ -559,6 +609,12 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions/{id}`, `/api/subs - **`SlackDigestLastProcessedEventAutoId`** :span[integer]{.type-label} - **`SlackFrequencyPeriod`** :span[string]{.type-label} Format `date-span`. + - **`TeamsChannels`** :span[array of object]{.type-label} + - **`TeamsDigestLastProcessed`** :span[string]{.type-label} + Format `date-time`. + - **`TeamsDigestLastProcessedEventAutoId`** :span[integer]{.type-label} + - **`TeamsFrequencyPeriod`** :span[string]{.type-label} + Format `date-span`. - **`WebhookHeaderKey`** :span[string]{.type-label} - **`WebhookHeaderValue`** :span[object]{.type-label} - **`WebhookLastProcessed`** :span[string]{.type-label} @@ -637,6 +693,16 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions/{id}`, `/api/subs "SlackDigestLastProcessed": "2020-01-01T00:00:00.000Z", "SlackDigestLastProcessedEventAutoId": 0, "SlackFrequencyPeriod": "string", + "TeamsChannels": [ + { + "Id": "string", + "Name": "string", + "WebhookUrl": {} + } + ], + "TeamsDigestLastProcessed": "2020-01-01T00:00:00.000Z", + "TeamsDigestLastProcessedEventAutoId": 0, + "TeamsFrequencyPeriod": "string", "WebhookHeaderKey": "string", "WebhookHeaderValue": { "IsSensitive": false, @@ -702,6 +768,12 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions/{id}`, `/api/subs - **`SlackDigestLastProcessedEventAutoId`** :span[integer]{.type-label} - **`SlackFrequencyPeriod`** :span[string]{.type-label} Format `date-span`. + - **`TeamsChannels`** :span[array of object]{.type-label} + - **`TeamsDigestLastProcessed`** :span[string]{.type-label} + Format `date-time`. + - **`TeamsDigestLastProcessedEventAutoId`** :span[integer]{.type-label} + - **`TeamsFrequencyPeriod`** :span[string]{.type-label} + Format `date-span`. - **`WebhookHeaderKey`** :span[string]{.type-label} - **`WebhookHeaderValue`** :span[object]{.type-label} - **`WebhookLastProcessed`** :span[string]{.type-label} @@ -776,6 +848,16 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions/{id}`, `/api/subs "SlackDigestLastProcessed": "2020-01-01T00:00:00.000Z", "SlackDigestLastProcessedEventAutoId": 0, "SlackFrequencyPeriod": "string", + "TeamsChannels": [ + { + "Id": "string", + "Name": "string", + "WebhookUrl": {} + } + ], + "TeamsDigestLastProcessed": "2020-01-01T00:00:00.000Z", + "TeamsDigestLastProcessedEventAutoId": 0, + "TeamsFrequencyPeriod": "string", "WebhookHeaderKey": "string", "WebhookHeaderValue": { "IsSensitive": false, @@ -825,6 +907,12 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions/{id}`, `/api/subs - **`SlackDigestLastProcessedEventAutoId`** :span[integer]{.type-label} - **`SlackFrequencyPeriod`** :span[string]{.type-label} Format `date-span`. + - **`TeamsChannels`** :span[array of object]{.type-label} + - **`TeamsDigestLastProcessed`** :span[string]{.type-label} + Format `date-time`. + - **`TeamsDigestLastProcessedEventAutoId`** :span[integer]{.type-label} + - **`TeamsFrequencyPeriod`** :span[string]{.type-label} + Format `date-span`. - **`WebhookHeaderKey`** :span[string]{.type-label} - **`WebhookHeaderValue`** :span[object]{.type-label} - **`WebhookLastProcessed`** :span[string]{.type-label} @@ -903,6 +991,16 @@ Also reachable at `/api/spaces/{spaceIdentifier}/subscriptions/{id}`, `/api/subs "SlackDigestLastProcessed": "2020-01-01T00:00:00.000Z", "SlackDigestLastProcessedEventAutoId": 0, "SlackFrequencyPeriod": "string", + "TeamsChannels": [ + { + "Id": "string", + "Name": "string", + "WebhookUrl": {} + } + ], + "TeamsDigestLastProcessed": "2020-01-01T00:00:00.000Z", + "TeamsDigestLastProcessedEventAutoId": 0, + "TeamsFrequencyPeriod": "string", "WebhookHeaderKey": "string", "WebhookHeaderValue": { "IsSensitive": false,