action appcenter_releases_get_sparkle_feed { label: "releases_getSparkleFeed" description: "Gets the sparkle feed of the releases that are distributed to all the public distribution groups." provider: appcenter method: GET path: "/v0.1/public/sparkle/apps/{app_secret}" encoding: json input: { type: "object" properties: { app_secret: { type: "string" } } required: ["app_secret"] additionalProperties: false } output: { type: "object" additionalProperties: true } }