Norwegian University of Science and Technology Edit API

The Edit API from Norwegian University of Science and Technology — 1 operation(s) for edit.

OpenAPI Specification

ntnu-edit-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Dataverse Access Edit API
  description: Open source research data repository software.
  version: '6.6'
servers:
- url: https://dataverse.no/api
  description: DataverseNO national research-data repository (hosts the NTNU dataverse)
tags:
- name: Edit
paths:
  /edit/{fileId}:
    put:
      operationId: EditDDI_edit
      parameters:
      - name: fileId
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/xml:
            schema:
              format: binary
              type: string
      responses:
        '200':
          description: OK
      tags:
      - Edit