asvae / laravel-api-tester

Test your routes without hassle
http://laravel-api-tester.asva.by/
MIT License
354 stars 52 forks source link

Template for post/put request #52

Open khlilturki97 opened 3 years ago

khlilturki97 commented 3 years ago

Hi, while working with team mate, I was asked to give a template for each POST/PUT request, for example if i have a POST route /user, api tester should show something like

{
  "first_name":"string",
  "last_name":"string"
}

What i mean, is something that allows another developper to know what payload he should send

Thanks