Creating the team API

This will also be a POST request, which is sent to /api/teams with a payload similar to the following:

{
"name": "Sales & Marketing"
}

A successful response will also have the status code 201 and the body will be as follows:

{
"id": 123
"name": "Sales & Marketing"
}

Once a team is created, it will show up on the home page with no board under it.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.185.87