Update Team
PUT
/teams/{teamId}
teams
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://appwrite.io/v1/teams/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
Response Response Example
{
"$id": "string",
"dateCreated": 0,
"name": "string",
"sum": 0
}
Request
Path Params
teamId
string
required
Body Params application/json
Responses
Modified at 2023-08-16 07:28:14