Skip to main content
POST
Reject Enrichment Items
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/enrichment/reject Rejects enrichment items, marking them as rejected. Only items with pending status are affected. Rejected items remain in the staging table for audit purposes. Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
itemIds
string<uuid>[]
required

Item IDs to reject

Response

Items rejected

status
string
Example:

"success"

message
string
Example:

"Rejected 5 items"

data
object