You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this change, openapi stopped generating the WebhookConfigTypeWebhook constant.
Hence the updates in the go files.
The API changes are:
1. Add /v1/subscriptions/{subscription_id}/rss endpoint for public RSS feeds
This endpoint will accept a subscription ID and fetch the 'n' most recent diffs/updates
2. Update CreateNotificationChannelRequest and UpdateNotificationChannelRequest to support RSSConfig
RSS config is an empty object and is pretty much just a placeholder to make it a first class citizen
in the codebase like Webhook and email
0 commit comments