pass id to route in adonis code example Example: how to use patch with adonis api only Route.put('/', async () => { }) Route.patch('/', async () => { })