singhsanket143 / Flights-Service

38 stars 18 forks source link

Feature 1: Implement update airplane api #9

Open TusharWatts opened 1 year ago

TusharWatts commented 1 year ago

1

Implement update airplane api with the following signature: /api/v1/airplanes/:id - PATCH Req Body: {modelName: "Airbus378", capacity: 250}

If the airplane doesn't exists, then it will throw 404 Not found error