API structure has changed
4 structure changes including:
4 Modifications
Modified
4
GET /project
- Response
-
200 response Modified
- userId, teamId, branch, name, tags, createdAt, updatedAt properties Added
GET /project/{projectId}
- Response
-
200 response Modified
- userId, teamId, branch, name, tags, createdAt, updatedAt properties Added
POST /project
- Response
-
200 response Modified
- userId, teamId, branch, name, tags, createdAt, updatedAt properties Added
PUT /project/{projectId}
- Response
-
200 response Modified
- userId, teamId, branch, name, tags, createdAt, updatedAt properties Added