@snokam/mcp-api 2.26.0 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -11,6 +11,29 @@
|
|
|
11
11
|
}
|
|
12
12
|
],
|
|
13
13
|
"paths": {
|
|
14
|
+
"/v1.0/protected/newsletter/trigger": {
|
|
15
|
+
"post": {
|
|
16
|
+
"tags": [
|
|
17
|
+
"Notifications"
|
|
18
|
+
],
|
|
19
|
+
"summary": "Trigger newsletter summarizer",
|
|
20
|
+
"description": "Manually runs the weekly knowledge-summarizer cron (iterates active newsletterSeries, posts Olaf's summary to the configured Slack channel per series, and — if NEWSLETTER_SEND_EMAILS=true — emails subscribers).",
|
|
21
|
+
"operationId": "TriggerKnowledgeSummarizer",
|
|
22
|
+
"responses": {
|
|
23
|
+
"200": {
|
|
24
|
+
"description": "Summarizer run completed",
|
|
25
|
+
"x-ms-summary": "Success"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"security": [
|
|
29
|
+
{
|
|
30
|
+
"Implicit": [
|
|
31
|
+
"api://46c59afb-0021-439b-a56c-6e29d39f2c7a/.default"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
14
37
|
"/v1.0/protected/push/register": {
|
|
15
38
|
"post": {
|
|
16
39
|
"tags": [
|
|
@@ -11,6 +11,29 @@
|
|
|
11
11
|
}
|
|
12
12
|
],
|
|
13
13
|
"paths": {
|
|
14
|
+
"/v1.0/protected/newsletter/trigger": {
|
|
15
|
+
"post": {
|
|
16
|
+
"tags": [
|
|
17
|
+
"Notifications"
|
|
18
|
+
],
|
|
19
|
+
"summary": "Trigger newsletter summarizer",
|
|
20
|
+
"description": "Manually runs the weekly knowledge-summarizer cron (iterates active newsletterSeries, posts Olaf's summary to the configured Slack channel per series, and — if NEWSLETTER_SEND_EMAILS=true — emails subscribers).",
|
|
21
|
+
"operationId": "TriggerKnowledgeSummarizer",
|
|
22
|
+
"responses": {
|
|
23
|
+
"200": {
|
|
24
|
+
"description": "Summarizer run completed",
|
|
25
|
+
"x-ms-summary": "Success"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"security": [
|
|
29
|
+
{
|
|
30
|
+
"Implicit": [
|
|
31
|
+
"api://246713d5-cd48-4a00-84dd-7fc7ae290a62/.default"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
14
37
|
"/v1.0/protected/push/register": {
|
|
15
38
|
"post": {
|
|
16
39
|
"tags": [
|