ID of the request to reject
POST /rest/requests/{id}/reject HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"data": {
"signature": "text",
"challengeType": "API"
}
}
{
"type": "UPDATE_QUORUM",
"data": {
"quorum": 1
},
"id": "text",
"legacyId": 1,
"state": "INITIAL",
"reviewSteps": [
{
"stageName": "text",
"quorum": 1
}
],
"currentStepIndex": 1,
"expiredAt": "2025-06-21T05:12:52.934Z",
"targetId": "text",
"reviews": [
{
"stepIndex": 1,
"userId": "text",
"status": "PENDING",
"createdAt": "2025-06-21T05:12:52.934Z",
"updatedAt": "2025-06-21T05:12:52.934Z"
}
],
"createdAt": "2025-06-21T05:12:52.934Z",
"updatedAt": "2025-06-21T05:12:52.934Z"
}