singhsanket143 / Flights-Service

38 stars 18 forks source link

Feature #6 - Implement update airport api #11

Open TusharWatts opened 1 year ago

TusharWatts commented 1 year ago

6

Implement update airport api with the following signature: /api/v1/airports/:id - PATCH Req Body: {name: 'XYZ', code: 'MUM', address: 'Address', cityId: 1}