curl --request PATCH \
--url https://api.seminode.com/v1/inbox/notifications/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"content": [
123
],
"partner_id": "<string>",
"status": "<string>"
}
'{
"detail": "<string>"
}Update an existing inbox notification for the authenticated company
curl --request PATCH \
--url https://api.seminode.com/v1/inbox/notifications/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"content": [
123
],
"partner_id": "<string>",
"status": "<string>"
}
'{
"detail": "<string>"
}Was this page helpful?