University of Groningen Inbox API

The Inbox API from University of Groningen — 1 operation(s) for inbox.

OpenAPI Specification

university-of-groningen-inbox-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Dataverse Access Inbox API
  description: Open source research data repository software.
  version: '6.9'
servers:
- url: https://dataverse.nl
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