PostmortemTemplateResponse |
IncidentsApi.createIncidentPostmortemTemplate(PostmortemTemplateRequest body)
Create postmortem template.
|
CompletableFuture<PostmortemTemplateResponse> |
IncidentsApi.createIncidentPostmortemTemplateAsync(PostmortemTemplateRequest body)
Create postmortem template.
|
ApiResponse<PostmortemTemplateResponse> |
IncidentsApi.createIncidentPostmortemTemplateWithHttpInfo(PostmortemTemplateRequest body)
Create a new postmortem template for incidents.
|
CompletableFuture<ApiResponse<PostmortemTemplateResponse>> |
IncidentsApi.createIncidentPostmortemTemplateWithHttpInfoAsync(PostmortemTemplateRequest body)
Create postmortem template.
|
PostmortemTemplateResponse |
IncidentsApi.updateIncidentPostmortemTemplate(String templateId,
PostmortemTemplateRequest body)
Update postmortem template.
|
CompletableFuture<PostmortemTemplateResponse> |
IncidentsApi.updateIncidentPostmortemTemplateAsync(String templateId,
PostmortemTemplateRequest body)
Update postmortem template.
|
ApiResponse<PostmortemTemplateResponse> |
IncidentsApi.updateIncidentPostmortemTemplateWithHttpInfo(String templateId,
PostmortemTemplateRequest body)
Update an existing postmortem template.
|
CompletableFuture<ApiResponse<PostmortemTemplateResponse>> |
IncidentsApi.updateIncidentPostmortemTemplateWithHttpInfoAsync(String templateId,
PostmortemTemplateRequest body)
Update postmortem template.
|