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

Description

POST /publishing-bootstrap/reject Description: Marks the selected PENDING items as rejected without writing anything to the CWR tables. Rejected items are deliberately re-staged by a later scan (the retry path), so rejecting is “not now”, not “never”. 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

Provide batchId, itemIds, or both (intersection). At least one is required.

batchId
string

Reject every pending item in this batch.

itemIds
string<uuid>[]

Reject only these pending items.

Response

Items rejected

status
string
Example:

"success"

message
string
Example:

"Rejected 4 item(s)"

data
object