Hierarchy

  • ValidationApi

Constructors

Properties

Methods

Constructors

Properties

api: ObservableValidationApi

Methods

  • Validates the file contents passed to the endpoint given a specified path and environment. Accepts multipart/form-data content type. Validate the contents of a file

    Parameters

    • path: string

      The file system location of the file.

    • Optional file: HttpFile

      The file to validate.

    • Optional _options: Configuration

    Returns Promise<void>

Generated using TypeDoc