openapi: 3.0.3 info: title: Dataverse Access Inbox API description: Open source research data repository software. version: v6.8.1-SP 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