Skip to main content
PUT
/
v1
/
team
/
operating-team
/
{teamId}
Add operating team
curl --request PUT \
  --url https://api.wirespeed.co/v1/team/operating-team/{teamId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamId
string
required

Team ID to add as operating team

Response