curl --request PATCH \
--url http://localhost/api/api/cases/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"active_timestamp": "2023-11-07T05:31:56Z",
"alert_date": "<string>",
"case_status_order": 2,
"created_by": 123,
"created_on": "<string>",
"last_updated_at": "<string>",
"modified_by": 123
}
'{
"active_timestamp": "2023-11-07T05:31:56Z",
"ageing": 123,
"alert_date": "<string>",
"alert_risk_rating": "<string>",
"approvals": [
"<unknown>"
],
"assignee": {},
"available_actions": [
"<unknown>"
],
"bucket": {},
"case_action": "<string>",
"case_checkers": [
"<unknown>"
],
"case_maker": {},
"case_owner": {},
"case_status": "<string>",
"case_subjects": {},
"created_on": "<string>",
"documents": [
"<unknown>"
],
"findings": [
"<unknown>"
],
"histories": [
"<unknown>"
],
"id": 123,
"last_updated_at": "<string>",
"last_updated_by": {},
"priority": 1,
"reports_code": [
"<unknown>"
],
"reports_indicator": [
"<unknown>"
],
"rule": {},
"rule_parameter": {},
"case_status_order": 2,
"created_by": 123,
"modified_by": 123
}curl --request PATCH \
--url http://localhost/api/api/cases/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"active_timestamp": "2023-11-07T05:31:56Z",
"alert_date": "<string>",
"case_status_order": 2,
"created_by": 123,
"created_on": "<string>",
"last_updated_at": "<string>",
"modified_by": 123
}
'{
"active_timestamp": "2023-11-07T05:31:56Z",
"ageing": 123,
"alert_date": "<string>",
"alert_risk_rating": "<string>",
"approvals": [
"<unknown>"
],
"assignee": {},
"available_actions": [
"<unknown>"
],
"bucket": {},
"case_action": "<string>",
"case_checkers": [
"<unknown>"
],
"case_maker": {},
"case_owner": {},
"case_status": "<string>",
"case_subjects": {},
"created_on": "<string>",
"documents": [
"<unknown>"
],
"findings": [
"<unknown>"
],
"histories": [
"<unknown>"
],
"id": 123,
"last_updated_at": "<string>",
"last_updated_by": {},
"priority": 1,
"reports_code": [
"<unknown>"
],
"reports_indicator": [
"<unknown>"
],
"rule": {},
"rule_parameter": {},
"case_status_order": 2,
"created_by": 123,
"modified_by": 123
}JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes