Norwegian University of Science and Technology Inbox API

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

OpenAPI Specification

ntnu-inbox-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Dataverse Access Inbox 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: Inbox
paths:
  /inbox:
    post:
      operationId: LDNInbox_acceptMessage
      requestBody:
        content:
          application/ld+json:
            schema:
              type: string
          application/json-ld:
            schema:
              type: string
      responses:
        '200':
          description: OK
      tags:
      - Inbox