IGPAPI
    Preparing search index...

    Interface UpdateBioLinksInput

    interface UpdateBioLinksInput {
        links: BioLink[];
    }
    Index

    Properties

    Properties

    links: BioLink[]

    For some reason instagram accepts this parameter as array, but in the UI you can not add more than one link. You can experiment with it.