MyHome
MyHome copied to clipboard
Fix postman collection
🐛 Describe the bug
There some errors in postman collection.
⚠️ Current behavior
- No
GET /communities/{communityId}/amenities
mapping present in collection -
POST /auth/login
mapping have wrong body params (no user with this email and password)
✅ Expected behavior
- Add
GET /communities/{communityId}/amenities
mapping - Cange body params from
{
"email" : "[email protected]",
"password" : "testpassword"
}
to
{
"email" : "[email protected]",
"password" : "testtest"
}
and add default email/password to postman variables
hey @DDmit04 I would like to fix this issue
hi @jmprathab @DDmit04 @DDmit04, can I take on this task
@mslowiak @DDmit04 can I take this issue?