Update NotificationAsk AIpatch https://management.sandbox.particlehealth.com/v1/{notification.name}Updates a Notification (display_name, notification_type, callback_url, active).Path Paramsnotification.namestringrequiredThe resource name of the Notification. Should match the pattern projects/{project_id}/notifications/{notification_id}.Body Paramsdisplay_namestringA user defined name for the Notification.notification_typestringType of the Notification. Valid Notification types include: query, batch, hl7v2.callback_urlstringCallback URL to which messages are sent.activebooleanActive status of the Notification; true, if active.truefalseResponses 200A successful response. 400Returned when the request is malformed or missing required fields. 401Returned when the caller does not have permission to access the resource. 404Returned when the resource does not exist. 429Returned when the caller has exceeded the rate limit. 500Server errorUpdated 8 months ago