tests fixes and some product advisories tunes ups

This commit is contained in:
master
2026-01-30 07:57:43 +02:00
parent 644887997c
commit 55744f6a39
345 changed files with 26290 additions and 2267 deletions

View File

@@ -0,0 +1,18 @@
{
"templateId": "tmpl-api-deprecation-slack",
"tenantId": "bootstrap",
"channelType": "Slack",
"key": "tmpl-api-deprecation",
"locale": "en-US",
"schemaVersion": "1.0.0",
"renderMode": "Markdown",
"format": "Json",
"description": "Slack notification for API deprecation notice",
"metadata": {
"eventKind": "platform.api.deprecation",
"category": "deprecation",
"version": "1.0.0",
"author": "stella-ops"
},
"body": ":warning: *API Deprecation Notice*\n\n*Endpoint:* `{{ event.endpoint }}`\n*API Version:* `{{ event.apiVersion }}`\n*Deprecation Date:* {{ event.deprecationDate }}\n*Sunset Date:* {{ event.sunsetDate }}\n\n*Migration Guide:* {{ event.migrationGuideUrl }}\n\n{{ #if event.replacementEndpoint }}*Replacement:* `{{ event.replacementEndpoint }}`\n{{ /if }}\n---\n_Event ID: {{ event.eventId }} | {{ event.occurredAtUtc }}_"
}