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