openapi: 3.0.3 info: title: Dataverse Access Workflows 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: Workflows paths: /workflows/{invocationId}: post: operationId: Workflows_resumeWorkflow parameters: - name: invocationId in: path required: true schema: type: string responses: '200': description: OK tags: - Workflows