Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"instagram_account": {
"nickname": "NICKNAME",
"team_ids": [1, ...]
}
}
{
"id": 1,
"ig_user_name": "USER NAME",
"ig_profile_picture_url": "PROFILE PICTURE URL",
"nickname": "NICKNAME",
"teams_count": 1
}
| Param name | Description |
|---|---|
|
id
required |
ID of Instagram Account Validations:
|
|
instagram_account
required |
Validations:
|
|
instagram_account[nickname]
optional |
Validations:
|
|
instagram_account[team_ids]
required , nil allowed |
Validations:
|