openapi: 3.0.0 info: title: NYCU Dataverse Native & Search Access Ingest API description: OpenAPI description served by the National Yang Ming Chiao Tung University (NYCU) Dataverse research-data repository (Dataverse Project v5.10.1) at https://dataverse.lib.nycu.edu.tw. Captured unmodified from the live /openapi endpoint; only the servers and info blocks were adjusted to point at the public base URL. version: 5.10.1 servers: - url: https://dataverse.lib.nycu.edu.tw description: NYCU Dataverse production instance. tags: - name: Ingest paths: /api/v1/ingest/test/file: get: operationId: datafile parameters: - name: fileName in: query schema: type: string - name: fileType in: query schema: type: string responses: default: content: text/plain: schema: type: string description: Default Response. tags: - Ingest