Circle V2 API Docs
    Preparing search index...

    Type Alias UpsertEntitySettingParams

    type UpsertEntitySettingParams = {
        entityId: EntityId;
        settingKey: OrgSettingKey;
        updatedBy: UserId;
        value: OrgSettingValue<OrgSettingKey>;
    }
    Index

    Properties

    entityId: EntityId
    settingKey: OrgSettingKey
    updatedBy: UserId