Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateCollectionV1ArgsArgs

    type UpdateCollectionV1ArgsArgs = {
        newName: OptionOrNullable<string>;
        newUri: OptionOrNullable<string>;
    }
    Index

    Properties

    Properties

    newName: OptionOrNullable<string>

    The collection's new display name, if changing.

    newUri: OptionOrNullable<string>

    The collection's new metadata URI, if changing.