Approve proposed rewrites
Apply the proposed text to your content, so Claudia starts answering with it. Idempotent and tolerant: read the per-id outcome — an id already decided is skipped, a restructuring proposal is blocked, and an id that failed to apply was rolled back and is safe to retry.
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 proposals to approve.
Up to 200 ids, as returned by the listing.
Up to 200 ids, as returned by the listing.
How you decided. Defaults to APROVAR_SEM_ALTERACAO. REJEITAR belongs to rejectQualityProposals and is refused here.
APROVAR_SEM_ALTERACAO, APROVAR_COM_AJUSTES, REESCREVER_DO_ZERO, REJEITAR 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.