Skip to content

test/postman#5 Tickets Endpoints

Make Test to all the endpoints to see if the responses are correct and it function correctly.

  • GET: 'tickets/', 'tickets/:id'
  • POST: 'tickets/'
  • PUT: 'tickets/:id'
  • PATCH: 'tickets/:id'
  • DELETE: 'tickets/:id'

Later of this save all the tests and add it to the repo those files.

Edited by erickmx