-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Francis Pion edited this page Jan 4, 2025
·
4 revisions
Welcome to the CMS wiki!
- All aggregates must define POST (creation), PUT (replace), PATCH (update) and DELETE (deletion) endpoints to execute commands modifying the aggregate.
- All aggregates may define more endpoints to execute commands that are linked to specific tasks, such as setting the default language or publishing a content locale.
- All aggregates must define a GET endpoint executing a query to search through entities.
- All aggregates must define one GET endpoint per unique field, such as ID, default, unique names, etc. Those endpoints execute a query to read one entity.