Skip to content

Have GET /team/:id return team member's school #684

@logan-r

Description

@logan-r

GET /team/:id should return data including a members array, which should now include school as well as first and last name.

E.g.

"members": [
    {
        "firstName": "John",
         "lastName": "Doe",
         "school": "McGill University"
    }
]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions