cURL
curl --request PUT \ --url https://b2b-api.dev-riseworks.io/v2/teams/{team_nanoid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "success": true, "data": { "name": "<string>", "nanoid": "<string>", "avatar": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TeamNanoid
15
1
Default Response
true
false
Show child attributes
Name of the team.
Unique identifier for the team.
URL of the team avatar.