Norwegian University of Science and Technology Workflows API

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

OpenAPI Specification

ntnu-workflows-api-openapi.yml Raw ↑
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