Approve suggestions
Publish suggested content so Claudia starts answering with it. Idempotent and tolerant: read the per-id outcome — an id already decided is skipped, and one that still carries a blank is blocked until you edit it with updateImprovement.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Knowledge base to operate on. Get the ids from listMyKnowledgeBases.
Body
The suggestions to approve.
Up to 200 ids, as returned by the listing.
Up to 200 ids, as returned by the listing.
Response
The per-id outcome of the batch.
What happened to each id in the batch.
Ids already decided before this call, or that lost a race against a concurrent decision. Nothing changed for them.
Ids already decided before this call, or that lost a race against a concurrent decision. Nothing changed for them.
Ids that do not exist, belong to another knowledge base, or are not reviewable here.
Ids that do not exist, belong to another knowledge base, or are not reviewable here.
Ids that were approved. Absent on a reject call.
Ids that were approved. Absent on a reject call.
Ids that were rejected. Absent on an approve call.
Ids that were rejected. Absent on an approve call.
Ids refused because they still need editing (an unfilled blank, or a change this API cannot apply on its own).
Ids refused because they still need editing (an unfilled blank, or a change this API cannot apply on its own).
Ids whose decision was recorded but could not be applied, and were rolled back to pending. Safe to retry.
Ids whose decision was recorded but could not be applied, and were rolled back to pending. Safe to retry.