@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias AccessCodesUnmanagedUpdateParameters

    type AccessCodesUnmanagedUpdateParameters = {
        access_code_id: string;
        allow_external_modification?: boolean;
        force?: boolean;
        is_external_modification_allowed?: boolean;
        is_managed: boolean;
    }
    Index
    access_code_id: string

    ID of the unmanaged access code that you want to update.

    allow_external_modification?: boolean

    Indicates whether external modification of the code is allowed.

    force?: boolean

    Indicates whether to force the unmanaged access code update.

    is_external_modification_allowed?: boolean

    Indicates whether external modification of the code is allowed.

    is_managed: boolean