Bingo tasks

Endpoint to create all bingo tasks associated to a bingo game

post
Authorizations
Path parameters
bingo_game_idnumberRequired
Body
bingo_tasksarrayRequired

List of bingo tasks to create.

Responses
200
Successful response
application/json
post
POST /partner-api/v2/admin/bingo-games/{bingo_game_id}/bingo-tasks HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 18

"bingo_tasks=[]"
200

Successful response

{
  "bingo_tasks": [
    "text"
  ]
}