Update Team
/teams/{id}
Update Team [PATCH]
Update a single team
The InspectAll API will respond with a 412: Precondition Failed
if the folder types or form templates will be assigned to no teams as a result of the PATCH
. Include "confirmed": true
in the following request to continue updating the team.
Authorization: Admin
Request
Body{ "id": 755, "name": "Quality Control", "userIds": [ 2228, 2231 ], "formTemplateIds": [ 4178, 4179, 4180, 4185 ], "folderTypeIds": [ 604, 606 ] }
Response 200
Body
{ "item": { "id": 755, "name": "Quality Control", "accountIds": [ 42476, 19769 ], "userIds": [ 2228, 2231 ], "formTemplateIds": [ 4178, 4179, 4180, 4185 ], "folderTypeIds": [ 604, 606 ] } }