IncidentNotificationRule |
IncidentsApi.updateIncidentNotificationRule(UUID id,
PutIncidentNotificationRuleRequest body)
Update an incident notification rule.
|
IncidentNotificationRule |
IncidentsApi.updateIncidentNotificationRule(UUID id,
PutIncidentNotificationRuleRequest body,
IncidentsApi.UpdateIncidentNotificationRuleOptionalParameters parameters)
Update an incident notification rule.
|
CompletableFuture<IncidentNotificationRule> |
IncidentsApi.updateIncidentNotificationRuleAsync(UUID id,
PutIncidentNotificationRuleRequest body)
Update an incident notification rule.
|
CompletableFuture<IncidentNotificationRule> |
IncidentsApi.updateIncidentNotificationRuleAsync(UUID id,
PutIncidentNotificationRuleRequest body,
IncidentsApi.UpdateIncidentNotificationRuleOptionalParameters parameters)
Update an incident notification rule.
|
ApiResponse<IncidentNotificationRule> |
IncidentsApi.updateIncidentNotificationRuleWithHttpInfo(UUID id,
PutIncidentNotificationRuleRequest body,
IncidentsApi.UpdateIncidentNotificationRuleOptionalParameters parameters)
Updates an existing notification rule with a complete replacement.
|
CompletableFuture<ApiResponse<IncidentNotificationRule>> |
IncidentsApi.updateIncidentNotificationRuleWithHttpInfoAsync(UUID id,
PutIncidentNotificationRuleRequest body,
IncidentsApi.UpdateIncidentNotificationRuleOptionalParameters parameters)
Update an incident notification rule.
|