Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fix postman collection #260

@DDmit04

Description

@DDmit04

🐛 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" : "testuser@myhome.com",
	"password" : "testpassword"
}

to

{
	"email" : "test@test.com",
	"password" : "testtest"
}

and add default email/password to postman variables

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions