Attachment |
IncidentsApi.updateIncidentAttachment(String incidentId,
String attachmentId,
PatchAttachmentRequest body)
Update incident attachment.
|
Attachment |
IncidentsApi.updateIncidentAttachment(String incidentId,
String attachmentId,
PatchAttachmentRequest body,
IncidentsApi.UpdateIncidentAttachmentOptionalParameters parameters)
Update incident attachment.
|
CompletableFuture<Attachment> |
IncidentsApi.updateIncidentAttachmentAsync(String incidentId,
String attachmentId,
PatchAttachmentRequest body)
Update incident attachment.
|
CompletableFuture<Attachment> |
IncidentsApi.updateIncidentAttachmentAsync(String incidentId,
String attachmentId,
PatchAttachmentRequest body,
IncidentsApi.UpdateIncidentAttachmentOptionalParameters parameters)
Update incident attachment.
|
ApiResponse<Attachment> |
IncidentsApi.updateIncidentAttachmentWithHttpInfo(String incidentId,
String attachmentId,
PatchAttachmentRequest body,
IncidentsApi.UpdateIncidentAttachmentOptionalParameters parameters) |
CompletableFuture<ApiResponse<Attachment>> |
IncidentsApi.updateIncidentAttachmentWithHttpInfoAsync(String incidentId,
String attachmentId,
PatchAttachmentRequest body,
IncidentsApi.UpdateIncidentAttachmentOptionalParameters parameters)
Update incident attachment.
|