@bovine/account-api
    Preparing search index...

    Type Alias CreateActorRequest

    CreateActorRequest

    Used to create an actor for the account

    type CreateActorRequest = {
        baseUrl: string;
        handle?: string | null;
        name?: string | null;
    }
    Index

    Properties

    Properties

    baseUrl: string

    Baseurl

    Base url of the actor. The actor URI will be of the form {baseUrl}/actor/some_secret

    handle?: string | null

    Handle

    If present, an acct-uri of the form acct:{handle}@{domain} where domain is determined from baseUrl is created

    name?: string | null

    Name

    Internal name of the actor. Used to simplify display of the actor.