Push activity records for a session
POST/activity/push
Submit a batch of activity records against product-declared activity
types. Records are validated per-record; the response carries a
per-record status (accepted or rejected with a reason). Submitting
a record whose id was already accepted is a safe no-op - it counts as
accepted again and is not stored twice. The whole batch is rejected
if the session does not exist or is revoked.
Request
Responses
- 200
- 400
Batch processed. Per-record statuses indicate acceptance.
Invalid request - the response body's error field carries a
specific code (e.g. NOT_FOUND, INVALID_INPUT).