EaserixDocs
DevelopersAPI referenceAuth & accountsTeams

Update a team

Team orgs only; team lead or org.teams.manage. Returns a message, not the team.

View as Markdown
PATCH
/v1/orgs/{id}/teams/{tid}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
tid*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/orgs/string/teams/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "message": "string"}