updateAttachment

suspend fun updateAttachment(attachmentInfo: Attachment, name: String, contentType: String, data: ByteArray?): Result<Unit>

Updates the given attachment of this feature.

Return

A Result that has no return value.

Since

200.1.0

See also

FeatureServiceSessionType