Mayson Monorepo Documentation
    Preparing search index...
    interface RegistrationUpdateParams {
        active_from?: number | "now";
        expand?: string[];
        expires_at?: Emptyable<number | "now">;
    }
    Index

    Properties

    active_from?: number | "now"

    Time at which the registration becomes active. It can be either now to indicate the current time, or a timestamp measured in seconds since the Unix epoch.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    expires_at?: Emptyable<number | "now">

    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. It can be either now to indicate the current time, or a timestamp measured in seconds since the Unix epoch.