QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface UpdateRelationshipParams

    Update a relationship

    interface UpdateRelationshipParams {
        relationshipId: number;
        tableId: string;
    }
    Index

    Properties

    relationshipId: number

    The relationship id. This is the field id of the reference field on the child table.

    tableId: string

    The unique identifier (dbid) of the table. This will be the child table.