{
  "algorithm": {
    "parameters": [
      {
        "name": "specId",
        "type": "string"
      },
      {
        "name": "versionId",
        "type": "string"
      },
      {
        "name": "data",
        "type": "SpecificationVersionCreation"
      }
    ],
    "statements": [],
    "typeReturn": "any",
    "variables": []
  },
  "routing": {
    "method": "POST",
    "parameters": [
      {
        "bind": "specId",
        "in": "Path",
        "name": "specId",
        "remarks": "Id of process to extend"
      },
      {
        "bind": "versionId",
        "in": "Path",
        "name": "versionId",
        "remarks": "Version Id to extend"
      },
      {
        "bind": "data",
        "in": "Body",
        "name": "body",
        "remarks": "New BirInteractionSpecVer information to be extended"
      }
    ],
    "path": "/specifications/{specId}/versions/{versionId}/extend",
    "remarks": "Allows to extend an existing BirInteractionSpecVer.",
    "responses": []
  }
}