post https://api.sportngin.com/games_news_articles
The Create method accepts two parameters, game_id
, and news_article_id
, and associates the specified News Article with the specified Game in Sport Ngin.
Parameters
Response
The Create method accepts two parameters, game_id
, and news_article_id
, and associates the specified News Article with the specified Game in Sport Ngin.
xxxxxxxxxx
curl -X POST -H "NGIN-API-VERSION: 0.1" -H "Authorization: Bearer ACCESS_TOKEN" -H "Content-Type: application/json" -d '{
"game_id": "13557134",
"news_article_id": "634672"
}' "https://api.sportngin.com/games_news_articles"