subscribe_feed
ActiveTool of io.github.lazymac2x/api-changelog-tracker
declared in 1.1.0
Register a webhook or email to receive changelog update notifications. Returns a subscription ID.
Parameters schema
{
"type": "object",
"required": [
"api_id"
],
"properties": {
"email": {
"type": "string",
"description": "Email for digest notifications"
},
"api_id": {
"type": "string"
},
"webhook_url": {
"type": "string",
"description": "Webhook URL for POST notifications"
},
"notify_breaking_only": {
"type": "boolean",
"description": "Only notify on breaking changes"
}
}
}Parent server
io.github.lazymac2x/api-changelog-tracker
https://github.com/lazymac2x/api-changelog-tracker-api
1/7 registries