Skip to main content
POST
/
rounds
/
{round_id}
/
invite-team
Invite Team To Round
curl --request POST \
  --url https://api-dev.monyfix.tech/rounds/{round_id}/invite-team \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "team_id": 123
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

round_id
string
required

Body

application/json
team_id
integer
required

Response

Successful Response