Patch a team syncable for a group
PUT/api/v4/groups/:group_id/teams/:team_id/patch
Partially update a GroupSyncableTeam by providing only the fields you want to update. Omitted fields will not be updated.
Permissions Must have manage_system permission.
Minimum server version: 5.11
Request
Responses
- 200
- 400
- 401
- 403
- 501
Team syncable patched
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled