Associate a team to a campaign
Method: PUT
Endpoint:
/omni/campaigns/{campaign_id}/teams
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Code Block | ||
---|---|---|
| ||
{
"team_id": <integer>
} |
Associate a team to a campaign
Method: PUT
Endpoint: /omni/campaigns/{campaign_id}/teams
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Code Block | ||
---|---|---|
| ||
{
"team_id": <integer>
} |