request_publish_bulk
Submit up to 200 entities for human approval in a single call. Each entry is evaluated independently; review per-entry results to avoid re-requesting successful submissions.
Instructions
Request publication of MANY entities in one call — the same human approval queue as request_publish_*, one entry per entity, up to 200. Taking a whole tenant live means hundreds of individual requests otherwise, which turns the human review it exists for into clicking through. This does NOT publish and does NOT approve: a human still decides, in Axonity.
NOT TRANSACTIONAL: each entry carries its own outcome and one failure does not undo the entries before it. The response is { results: [{ id, success, status, error }], succeededCount, failedCount }. Read the per-entry results — retrying the whole list because failedCount is non-zero double-requests everything that worked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests | Yes | One entry per entity to propose for publishing. |