PUT https://anypoint.mulesoft.com/cloudhub/api/notifications/12345
Content-Type: application/json
{
"status" : "read"
}
Update Notification
This document deals with calling the CloudHub API. For instructions on how to perform these same tasks more easily using the Runtime Manager UI, see CloudHub and its child pages. |
The PUT
operation specified with the /api/notifications/{id}
resource updates a notification. Currently, the only update that can be applied is marking a notification as read.
Example Request:
Example Response:
204 No Content
Check out the API Portal of the CloudHub API to see an interactive reference of all the supported resources, methods, required properties and expected responses. In the API Portal, search among other Mule APIs for the CloudHub API and enter its latest version. |