AutoBE
    Preparing search index...

    Interface AutoBeInterfaceEndpointReviewUpdate

    Endpoint review patch that replaces an existing endpoint design.

    Samchon

    interface AutoBeInterfaceEndpointReviewUpdate {
        endpoint: IEndpoint;
        next: AutoBeInterfaceEndpointDesign;
        reason: string;
        type: "update";
    }
    Index

    Properties

    endpoint: IEndpoint

    Existing endpoint key to update.

    Replacement endpoint design.

    reason: string

    Why the endpoint description, DB mapping, or route must change.

    type: "update"

    Patch discriminator.