IncidentAttachmentUpdateResponse |
IncidentsApi.updateIncidentAttachments(String incidentId,
IncidentAttachmentUpdateRequest body,
IncidentsApi.UpdateIncidentAttachmentsOptionalParameters parameters)
Create, update, and delete incident attachments.
|
CompletableFuture<IncidentAttachmentUpdateResponse> |
IncidentsApi.updateIncidentAttachmentsAsync(String incidentId,
IncidentAttachmentUpdateRequest body,
IncidentsApi.UpdateIncidentAttachmentsOptionalParameters parameters)
Create, update, and delete incident attachments.
|
ApiResponse<IncidentAttachmentUpdateResponse> |
IncidentsApi.updateIncidentAttachmentsWithHttpInfo(String incidentId,
IncidentAttachmentUpdateRequest body,
IncidentsApi.UpdateIncidentAttachmentsOptionalParameters parameters)
The bulk update endpoint for creating, updating, and deleting attachments for a given incident.
|
CompletableFuture<ApiResponse<IncidentAttachmentUpdateResponse>> |
IncidentsApi.updateIncidentAttachmentsWithHttpInfoAsync(String incidentId,
IncidentAttachmentUpdateRequest body,
IncidentsApi.UpdateIncidentAttachmentsOptionalParameters parameters)
Create, update, and delete incident attachments.
|