cURL
curl --request PATCH \ --url https://api.openworklabs.com/v1/orgs/{orgId}/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.
Den TypeID with 'org_' prefix and a 26-character base32 suffix.
30
^org_.*
Den TypeID with 'tem_' prefix and a 26-character base32 suffix.
^tem_.*
1 - 255
Den TypeID with 'om_' prefix and a 26-character base32 suffix.
29
^om_.*
Team updated successfully.
Show child attributes