@@ -2094,6 +2094,18 @@ components:
2094
2094
type : string
2095
2095
example : " 1212"
2096
2096
description : " The team name."
2097
+ invites :
2098
+ type : array
2099
+ items :
2100
+ type : object
2101
+ description : " The invites of the project"
2102
+ example : [{"createdAt": "2021-02-08T09:21:00.885Z", "createdBy": 40159127, "deletedBy": null, "email": null, "id": 3008, "projectId": 16819, "role": "customer", "status": "pending", "updatedAt": "2021-02-08T09:21:00.885Z", "updatedBy": 40159127, "userId": 40153913}]
2103
+ members :
2104
+ type : array
2105
+ items :
2106
+ type : object
2107
+ description : " The members of the project"
2108
+ example :
[{"lastName": "L_NAME", "role": "customer", "updatedBy": 21926562, "handle": "Tester123", "userId": 21926562, "deletedBy": null, "createdAt": "2021-01-12T10:58:26.237Z", "firstName": "F_NAME", "createdBy": 21926562, "isPrimary": false, "id": 13833, "projectId": 16893, "email": "[email protected] ", "updatedAt": "2021-01-12T10:58:26.237Z"}]
2097
2109
startDate :
2098
2110
type : string
2099
2111
format : date-time
@@ -2177,6 +2189,18 @@ components:
2177
2189
type : string
2178
2190
example : " 1212"
2179
2191
description : " The team name."
2192
+ invites :
2193
+ type : array
2194
+ items :
2195
+ type : object
2196
+ description : " The invites of the project"
2197
+ example : [{"createdAt": "2021-02-08T09:21:00.885Z", "createdBy": 40159127, "deletedBy": null, "email": null, "id": 3008, "projectId": 16819, "role": "customer", "status": "pending", "updatedAt": "2021-02-08T09:21:00.885Z", "updatedBy": 40159127, "userId": 40153913}]
2198
+ members :
2199
+ type : array
2200
+ items :
2201
+ type : object
2202
+ description : " The members of the project"
2203
+ example :
[{"lastName": "L_NAME", "role": "customer", "updatedBy": 21926562, "handle": "Tester123", "userId": 21926562, "deletedBy": null, "createdAt": "2021-01-12T10:58:26.237Z", "firstName": "F_NAME", "createdBy": 21926562, "isPrimary": false, "id": 13833, "projectId": 16893, "email": "[email protected] ", "updatedAt": "2021-01-12T10:58:26.237Z"}]
2180
2204
startDate :
2181
2205
type : string
2182
2206
format : date-time
0 commit comments