AutoBE
    Preparing search index...

    Interface AutoBeInterfaceEndpointReviewCreate

    Endpoint review patch that creates a missing endpoint design.

    Samchon

    interface AutoBeInterfaceEndpointReviewCreate {
        design: AutoBeInterfaceEndpointDesign;
        reason: string;
        type: "create";
    }
    Index

    Properties

    Properties

    Endpoint design to add.

    reason: string

    Why this endpoint is missing and must be created.

    type: "create"

    Patch discriminator.