openapi: 3.0.3 info: title: GRO.data Dataverse REST Access Workflows API description: Native REST/search API for the GRO.data (Göttingen Research Online) Dataverse research-data repository operated by the Göttingen eResearch Alliance. Based on Dataverse 6.4. version: '6.4' servers: - url: https://data.goettingen-research-online.de/api description: GRO.data (Göttingen Research Online) Dataverse REST API 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