@twinfinity/core
    Preparing search index...

    Interface AssetAttachmentPut

    Body for PUT .../{attachmentId} (metadata-only update). Soft-delete and restore go through DELETE / PUT /restore, not this endpoint.

    interface AssetAttachmentPut {
        description?: null | string;
        documentId: string;
        etag: string;
    }
    Index

    Properties

    description?: null | string
    documentId: string
    etag: string