{
  "algorithm": {
    "parameters": [
      {
        "name": "opportunityId",
        "type": "string"
      },
      {
        "name": "opportunityQuoteId",
        "type": "string"
      },
      {
        "name": "opportunity",
        "type": "OpportunityQuoteEdition"
      }
    ],
    "statements": [],
    "typeReturn": "OpportunityQuote",
    "variables": []
  },
  "routing": {
    "method": "PATCH",
    "parameters": [
      {
        "bind": "opportunityId",
        "in": "Path",
        "name": "opportunityId",
        "remarks": "opportunityId"
      },
      {
        "bind": "opportunityQuoteId",
        "in": "Path",
        "name": "opportunityQuoteId",
        "remarks": "opportunityQuoteId"
      },
      {
        "bind": "opportunity",
        "in": "Body",
        "name": "opportunity",
        "remarks": "opportunity"
      }
    ],
    "path": "/opportunity/{opportunityId}/opportunityQuotes/{opportunityQuoteId}",
    "remarks": "updateOpportunityQuote",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "Ok"
      },
      {
        "errorName": "BadRequest",
        "httpStatus": "400",
        "remarks": "Bad request"
      },
      {
        "errorName": "InternalServerError",
        "httpStatus": "500",
        "remarks": "Error"
      }
    ]
  }
}