Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
curl --request PUT \
--url https://api.courier.com/notifications/{id}/{submissionId}/checks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"checks": [
{
"id": "<string>",
"status": "RESOLVED",
"type": "custom"
}
]
}'{
"checks": [
{
"id": "<string>",
"status": "RESOLVED",
"type": "custom",
"updated": 123
}
]
}curl --request PUT \
--url https://api.courier.com/notifications/{id}/{submissionId}/checks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"checks": [
{
"id": "<string>",
"status": "RESOLVED",
"type": "custom"
}
]
}'{
"checks": [
{
"id": "<string>",
"status": "RESOLVED",
"type": "custom",
"updated": 123
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Show child attributes