curl --request PATCH \
--url https://api.openworklabs.com/v1/teams/{teamId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"memberIds": [
"<string>"
]
}
'{
"team": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"memberIds": [
"<string>"
]
}
}Updates a team’s name and-or membership list within an organization.
curl --request PATCH \
--url https://api.openworklabs.com/v1/teams/{teamId} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"memberIds": [
"<string>"
]
}
'{
"team": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"memberIds": [
"<string>"
]
}
}Den TypeID with 'tem_' prefix and a 26-character base32 suffix.
30^tem_.*Team updated successfully.
Show child attributes
Was this page helpful?