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
Default Response
The response is of type object.
object