@seamapi/blueprint - v0.51.3
    Preparing search index...

    Interface Endpoint

    interface Endpoint {
        authMethods: SeamAuthMethod[];
        codeSamples: {
            code: Partial<
                Record<
                    | "javascript"
                    | "python"
                    | "php"
                    | "ruby"
                    | "seam_cli"
                    | "go"
                    | "java"
                    | "csharp"
                    | "curl",
                    {
                        request: string;
                        request_syntax: | "javascript"
                        | "python"
                        | "php"
                        | "ruby"
                        | "go"
                        | "java"
                        | "csharp"
                        | "json"
                        | "bash";
                        response: string;
                        response_syntax: | "javascript"
                        | "python"
                        | "php"
                        | "ruby"
                        | "go"
                        | "java"
                        | "csharp"
                        | "json"
                        | "bash";
                        sdkName: | "javascript"
                        | "python"
                        | "php"
                        | "ruby"
                        | "seam_cli"
                        | "go"
                        | "java"
                        | "csharp"
                        | "curl";
                        title: string;
                    },
                >,
            >;
            description: string;
            request: { parameters: Record<string, Json>; path: string };
            response: { body: null | Record<string, Json> };
            title: string;
        }[];
        deprecationMessage: string;
        description: string;
        draftMessage: string;
        hasPagination: boolean;
        isDeprecated: boolean;
        isDraft: boolean;
        isUndocumented: boolean;
        name: string;
        parentPath: null
        | string;
        path: string;
        request: Request;
        response: Response;
        title: string;
        undocumentedMessage: string;
        workspaceScope: SeamWorkspaceScope;
    }
    Index

    Properties

    authMethods: SeamAuthMethod[]
    codeSamples: {
        code: Partial<
            Record<
                | "javascript"
                | "python"
                | "php"
                | "ruby"
                | "seam_cli"
                | "go"
                | "java"
                | "csharp"
                | "curl",
                {
                    request: string;
                    request_syntax: | "javascript"
                    | "python"
                    | "php"
                    | "ruby"
                    | "go"
                    | "java"
                    | "csharp"
                    | "json"
                    | "bash";
                    response: string;
                    response_syntax: | "javascript"
                    | "python"
                    | "php"
                    | "ruby"
                    | "go"
                    | "java"
                    | "csharp"
                    | "json"
                    | "bash";
                    sdkName: | "javascript"
                    | "python"
                    | "php"
                    | "ruby"
                    | "seam_cli"
                    | "go"
                    | "java"
                    | "csharp"
                    | "curl";
                    title: string;
                },
            >,
        >;
        description: string;
        request: { parameters: Record<string, Json>; path: string };
        response: { body: null | Record<string, Json> };
        title: string;
    }[]
    deprecationMessage: string
    description: string
    draftMessage: string
    hasPagination: boolean
    isDeprecated: boolean
    isDraft: boolean
    isUndocumented: boolean
    name: string
    parentPath: null | string
    path: string
    request: Request
    response: Response
    title: string
    undocumentedMessage: string
    workspaceScope: SeamWorkspaceScope