IncidentNotificationTemplate |
IncidentsApi.updateIncidentNotificationTemplate(UUID id,
PatchIncidentNotificationTemplateRequest body,
IncidentsApi.UpdateIncidentNotificationTemplateOptionalParameters parameters)
Update incident notification template.
|
CompletableFuture<IncidentNotificationTemplate> |
IncidentsApi.updateIncidentNotificationTemplateAsync(UUID id,
PatchIncidentNotificationTemplateRequest body,
IncidentsApi.UpdateIncidentNotificationTemplateOptionalParameters parameters)
Update incident notification template.
|
ApiResponse<IncidentNotificationTemplate> |
IncidentsApi.updateIncidentNotificationTemplateWithHttpInfo(UUID id,
PatchIncidentNotificationTemplateRequest body,
IncidentsApi.UpdateIncidentNotificationTemplateOptionalParameters parameters)
Updates an existing notification template's attributes.
|
CompletableFuture<ApiResponse<IncidentNotificationTemplate>> |
IncidentsApi.updateIncidentNotificationTemplateWithHttpInfoAsync(UUID id,
PatchIncidentNotificationTemplateRequest body,
IncidentsApi.UpdateIncidentNotificationTemplateOptionalParameters parameters)
Update incident notification template.
|