update Attachment
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
Parameters
attachment Info
Information describing the attachment.
name
The attachment name.
content Type
The type of content.
data
The attachment data.
See also
Feature Service Session Type