An open API service indexing awesome lists of open source software.

https://github.com/guillotinaweb/guillotina_contentrules


https://github.com/guillotinaweb/guillotina_contentrules

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Guillotina Content Rules
========================

This is very similar to the great plone.contentrules.

The concepts are the same, a rule consists of:

- conditions: Conditions to match when deciding to execute this rule. ONLY ONE HAS TO MATCH
- actions: Actions to perform on the rule

Rules are executed when content is...::

- added
- modified
- removed

API
---

- GET /@content-rules
- POST /@content-rules
- PATCH /@content-rules
- DELETE /@content-rules