Beignet API reference
    Preparing search index...

    Interface PathItemObject

    OpenAPI path item object.

    interface PathItemObject {
        delete?: OperationObject;
        get?: OperationObject;
        head?: OperationObject;
        options?: OperationObject;
        patch?: OperationObject;
        post?: OperationObject;
        put?: OperationObject;
    }
    Index

    Properties

    options?: OperationObject

    Optionalpost