Maastricht University addFilesToDataset API

Uploads a set of files to a dataset

Documentation

Specifications

Other Resources

OpenAPI Specification

maastricht-addfilestodataset-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Dataverse Access addFilesToDataset API
  description: 'Open source research data repository software. — DataverseNL installation (v6.9) hosting the Maastricht University research data collection (alias: maastricht). Spec retrieved live from https://dataverse.nl/openapi and saved faithfully as OpenAPI 3.0.3.'
  version: '6.9'
servers:
- url: https://dataverse.nl/api
  description: DataverseNL production REST API (hosts the Maastricht University collection at /dataverse/maastricht)
tags:
- name: addFilesToDataset
  description: Uploads a set of files to a dataset
paths:
  /datasets/{id}/addFiles:
    post:
      tags:
      - addFilesToDataset
      summary: Uploads a set of files to a dataset
      description: Uploads a set of files to a dataset
      operationId: Datasets_addFilesToDataset
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: string
      responses:
        '200':
          description: Files uploaded successfully to dataset