v1
latestOpenAPI 3.1.02026-07-227350156.5 KBCategory Action Triggers
Incremental category trigger operations at program scope
Perform incremental operations on category action triggers at the program scope.
See the account-scope PATCH endpoint for full documentation on supported operations (add, remove).
patch/programs/{programId}/category-action-triggers
Request body
Example request
{
"operation": "add",
"categoryTriggers": [
{
"id": "travel-reward-1",
"categoryId": "020-001-000-000",
"action": {
"type": "REWARD",
"rewardPercent": 3,
"offerId": "travel-3x-promo"
}
}
],
"triggerIds": [
"travel-reward-1",
"block-gambling"
]
}Response
Remove operation completed successfully
Example response
{
"status": "succeeded",
"version": 5
}