generated from CodeForBaltimore/ProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Swagger provides the following:
{
"relationshipTitle": [
"Primary Contact"
],
"contactIds": [
"ba262fa3-38d9-4c88-b49b-ab306349124a"
],
"entityIds": [
"ba262fa3-38d9-4c88-b49b-ab306349124a"
],
"entityType": "Assisted Living Facility"
}
And it still does 400 - Bad Request.
To Reproduce
Steps to reproduce the behavior:
- Download bmore project
- Run it locally via docker
- Run POST {{baseUrl}}/contact/send locally with a payload from swagger example
- See that it populates with a 400.
Expected behavior
User should be created based off swagger information or update the swagger to show what it should be instead. Postman had incorrect information based off what swagger had to provide. Once the swagger is updated, can make adjustments to postman as well.
Environment
A concise description of your environment: Catalina 10.15.7. Docker version 20.10.0, build 7287ab3. NPM = 7.0.10. Ran from master branch on 12/31/2020 @ 3:00PM EST.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working