masto
    Preparing search index...

    Interface MediaAttachments$SelectResource

    interface MediaAttachments$SelectResource {
        fetch: Method<MediaAttachment>;
        update: Method<
            MediaAttachment,
            Partial<mastodon.rest.v1.CreateMediaAttachmentParams>,
            HttpMetaParams<"json">,
        >;
    }
    Index

    Properties

    Properties

    Fetches an attachment to be used with a new status.

    ID of the attachment

    update: Method<
        MediaAttachment,
        Partial<mastodon.rest.v1.CreateMediaAttachmentParams>,
        HttpMetaParams<"json">,
    >

    Update an Attachment, before it is attached to a status and posted.

    The id of the Attachment entity to be updated

    Parameters

    Attachment