ReplacePinRequest: {
    cid: string;
    name?: string;
    origins?: string[];
    pinId: string;
    region?: Region;
    volumeId: string;
}

Type declaration

  • cid: string

    New CID you want to pin in place of the old one.

  • Optionalname?: string

    New name to replace.

  • Optionalorigins?: string[]

    Node containing the content you want to pin.

  • pinId: string

    Pin ID whose information you wish to replace.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • volumeId: string

    Volume ID.