Update journal as rejected Technical Preview
Endpoint to update journal as rejected
Path parameters
-
The engagement SID
-
The journal GUID
Body Required Beta
The details of the journal
-
Maximum length is
800
. -
rejectedDate string(date-time) | null
Request examples
{
"rejectReason": "string",
"rejectedDate": "2025-05-04T09:42:00+00:00"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (409)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (default)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}