Update a team.
Update a team by ID.
PUT
/api/teams/{id}Path parameters
idnumberrequiredPath parameter: id
Body
namestringrequireddescriptionstringRequest
curl
curl -X PUT https://platform.trickest.com/api/teams/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Updated team
idstringrequirednamestringrequireddescriptionstringrequiredvault_idstringvaultstringmembersobject[]created_datestringrequiredmodified_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring