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