{
  "algorithm": {
    "parameters": [
      {
        "name": "code",
        "type": "string"
      },
      {
        "name": "connection",
        "type": "BirConnection"
      }
    ],
    "statements": [],
    "typeReturn": "BirConnection",
    "variables": []
  },
  "routing": {
    "method": "PUT",
    "parameters": [
      {
        "bind": "code",
        "in": "Path",
        "name": "code",
        "remarks": "Id of BirConnection."
      },
      {
        "bind": "connection",
        "in": "Body",
        "name": "body",
        "remarks": "New BirConnection information to be updated."
      }
    ],
    "path": "/connection/{code}",
    "remarks": "Allows to update an existing BirConnection.",
    "responses": []
  }
}