tests fixes and some product advisories tunes ups
This commit is contained in:
@@ -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 }}_"
|
||||
}
|
||||
Reference in New Issue
Block a user