Bulk update
Authorizations
Path parameters
bingo_game_idnumberRequired
Body
bingo_tasksarrayRequired
List of bingo tasks to update.
Responses
200
Successful response
application/json
put
PUT /partner-api/v2/admin/bingo-games/{bingo_game_id}/bingo-tasks/bulk-update 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"
]
}