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

    Type Alias AccessGrantsUpdateParameters

    type AccessGrantsUpdateParameters = {
        access_grant_id?: string;
        access_grant_key?: string;
        ends_at?: string;
        name?: string;
        starts_at?: string;
    }
    Index
    access_grant_id?: string

    ID of the Access Grant to update. Provide either access_grant_id or access_grant_key.

    access_grant_key?: string

    Key of the Access Grant to update. Provide either access_grant_id or access_grant_key.

    ends_at?: string

    Date and time at which the validity of the grant ends, in ISO 8601 format. Must be a time in the future and after starts_at.

    name?: string

    Display name for the access grant.

    starts_at?: string

    Date and time at which the validity of the grant starts, in ISO 8601 format.