Acknowledge a processed feed-event batch

Advance the named consumer's server-held checkpoint to the signed cursor
returned by the fetch endpoint. Acknowledge only after the complete batch
has been processed successfully.

Acknowledgement is the only operation that advances pull state. Repeating
an acknowledgement or acknowledging an older cursor is a safe no-op and
never moves the checkpoint backward. The advanced response field reports
whether this request moved it forward.

Path Params
uuid
required

Feed UUID. The feed must belong to the authenticated workspace.

Body Params
string
required
length between 1 and 2048

Signed cursor returned by the feed-event fetch endpoint.

string
length between 1 and 128
^[A-Za-z0-9][A-Za-z0-9._-]*$
Defaults to default

Must identify the same consumer used to fetch the batch.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json