Update notification
Updates a single notification by id, e.g. to mark it as seen.
PUT
/api/notifications/{id}Path parameters
idstringrequiredBody
seenbooleanRequest
curl
curl -X PUT https://platform.trickest.com/api/notifications/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Updated notification
idstringrequirednotification_typeenumrequiredOne of: MANUAL_RUN_COMPLETED, SCHEDULED_RUN_COMPLETED, RUN_FAILED, WORKFLOW_RELEASED, TOOL_RELEASED, SCRIPT_RELEASED
typestringtitlestringmessagestringrequiredseenbooleanis_readbooleanuser_idstringmetadataobjectcreated_datestringrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring