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

    Type Alias AcsCredentialsUpdateParameters

    type AcsCredentialsUpdateParameters = {
        acs_credential_id: string;
        code?: string;
        ends_at?: string;
    }
    Index
    acs_credential_id: string

    ID of the credential that you want to update.

    code?: string

    Replacement access (PIN) code for the credential that you want to update.

    ends_at?: string

    Replacement date and time at which the validity of the credential ends, in ISO 8601 format. Must be a time in the future and after the starts_at value that you set when creating the credential.