cURL
curl --request PATCH \ --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations/{orgId}/teams/{teamId} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "coachUids": [ "<string>" ], "memberUids": [ "<string>" ], "newUserDefaultConversationTypes": [ "<string>" ] }'
{ "id": "<string>", "name": "<string>", "organizationId": "<string>", "coachUids": [ "<string>" ], "coachManifest": {}, "memberUids": [ "<string>" ], "memberManifest": {}, "newUserDefaultConversationTypes": [ "<string>" ], "createdAt": "<string>" }
Update a single team within a single org
Organization ID
ID of the team to update
The response is of type object.
object