Rules reset
GET/rules/:resource/reset
Propeller keeps track on which entities rules have been executed. Once all rules have been executed on an entity it will be internally marked as 'rules applied' and executing the rules execute endpoint again will not trigger the rules for this entity anymore.
There are two ways of 'resetting' the 'rules applied' value:
- update the entity (either via the Propeller back office or API)
- by using the rules reset endpoint.
The rules reset endpoint resets the 'rules applied' value for all entities.
Request
Responses
- 200