API structure has changed
5 structure changes including:
5 Modifications
Modified
5
Breaking
GET /projects
- Response
-
200 response Modified
-
application/json content type Modified
-
value property Modified
- people property Modified
-
value property Modified
-
application/json content type Modified
GET /projects/{projectId}
- Response
-
200 response Modified
-
application/json content type Modified
-
people property Modified
-
person property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
person property Modified
-
people property Modified
-
application/json content type Modified
PATCH /projects/{projectId}/people/{personId}
- Response
-
200 response Modified
-
application/json content type Modified
-
person property Modified
-
Type went from
string
toobject
Breaking
- _id, firstName, lastName, avatar, city, country, state, timezone properties Added
-
Type went from
-
person property Modified
-
application/json content type Modified
POST /projects
- Response
-
200 response Modified
-
application/json content type Modified
-
people property Modified
-
person property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
person property Modified
-
people property Modified
-
application/json content type Modified
POST /projects/{projectId}/people
- Response
-
200 response Modified
-
application/json content type Modified
-
person property Modified
-
Type went from
string
toobject
Breaking
- _id, firstName, lastName, avatar, city, country, state, timezone properties Added
-
Type went from
-
person property Modified
-
application/json content type Modified