laravel-api-tester icon indicating copy to clipboard operation
laravel-api-tester copied to clipboard

Template for post/put request

Open khlilturki97 opened this issue 3 years ago • 0 comments

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

khlilturki97 avatar Mar 05 '21 10:03 khlilturki97