MyHome icon indicating copy to clipboard operation
MyHome copied to clipboard

Fix postman collection

Open DDmit04 opened this issue 3 years ago • 3 comments

🐛 Describe the bug

There some errors in postman collection.

⚠️ Current behavior

  1. No GET /communities/{communityId}/amenities mapping present in collection
  2. POST /auth/login mapping have wrong body params (no user with this email and password)

✅ Expected behavior

  1. Add GET /communities/{communityId}/amenities mapping
  2. Cange body params from
{
	"email" : "[email protected]",
	"password" : "testpassword"
}

to

{
	"email" : "[email protected]",
	"password" : "testtest"
}

and add default email/password to postman variables

DDmit04 avatar Mar 10 '21 22:03 DDmit04

hey @DDmit04 I would like to fix this issue

13413rahul avatar May 25 '22 06:05 13413rahul

hi @jmprathab @DDmit04 @DDmit04, can I take on this task

bayotheman avatar Oct 26 '22 03:10 bayotheman

@mslowiak @DDmit04 can I take this issue?

allanrizza avatar Jun 19 '23 01:06 allanrizza