cURL
curl --request PATCH \ --url https://platform.thena.ai/v1/teams/{teamId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "identifier": "<string>", "icon": "<string>", "color": "<string>", "description": "<string>", "isPrivate": true } '
{ "status": true, "message": "Success", "timestamp": "2024-01-01T00:00:00.000Z", "data": { "id": "<string>", "name": "<string>", "teamId": "<string>", "identifier": "<string>", "teamOwner": "<string>", "teamOwnerId": "<string>", "fallbackSubTeam": "<string>", "createdAt": "<string>", "isActive": true, "isPrivate": true, "icon": "<string>", "color": "<string>", "parentTeamId": "<string>", "parentTeamName": "<string>", "description": "<string>", "archivedAt": "<string>", "updatedAt": "<string>" } }
Enter your API key
The name of the team
The identifier of the team
The icon of the team
The color of the team
The description of the team
Whether the team is private
Operation successful
The status of the response
The message of the response
The timestamp of the response
The response for create/update/delete team operations
Show child attributes
The ID of the team
The team ID of the team
The name of the team owner
The ID of the team owner
The fallback sub team
The creation date of the team
Whether the team is active
The parent team ID of the team
The name of the parent team
The archived date of the team
The updated date of the team