JavaScript
Digests
Release a digest early
Send a digest now instead of waiting for its scheduled time, so your users get what they have collected so far right away.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the digest schedule to release, in the form sch/{uuid}. The value must be URL-encoded (e.g. sch%2F00000000-0000-0000-0000-000000000000).
Response
The digest schedule was released. A 204 is also returned when the schedule currently has no in-progress digest instances to release.