Interface UpdateBioLinksInput

interface UpdateBioLinksInput {
    links: BioLink[];
}

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.