Batch update

Endpoint to edit a batch of rewards.

patch
Authorizations
Body
rewardsarrayOptional

List of rewards to update.

reward_ids_to_deletearrayOptional

List of reward IDs to delete.

Responses
200
Successful response
application/json
patch
PATCH /partner-api/v2/admin/rewards/batch-update HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 40

"rewards=[]&reward_ids_to_delete=[]"
200

Successful response

{
  "rewards": [
    "text"
  ]
}