masto
    Preparing search index...

    Interface DomainAllowsResource

    interface DomainAllowsResource {
        create: Method<
            DomainAllow,
            CreateDomainAllowParams,
            HttpMetaParams<"json">,
        >;
        list: Method<
            Paginator<DomainAllow[], DefaultPaginationParams>,
            DefaultPaginationParams,
        >;
        $select(id: string): DomainAllows$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

    Add a domain to the list of domains allowed to federate, to be used when the instance is in allow-list federation mode.

    parameters

    DomainAllow

    Show information about all allowed domains

    Parameters

    Array of DomainAllow

    Methods