...
Issues/Decisions/Open Questions
Slogan | Notes | Decision | |
---|---|---|---|
1 | Which alternative | ||
2 |
Introduction
Currently CPS Delta Feature provides 2 endpoints as follows:
...
After determining whether an anchor name or JSON payload is provided in the request the respective underlying controller will be called. So only the endpoints will be merged to a singular endpoint, and the underlying logic will remain same.
Alternative
...
1: Single Endpoint
# | Sub interface | Method | Scenario | HTTP response code | Notes |
---|---|---|---|---|---|
1 | Data |
| Generate a delta report between a source anchor and target anchor or JSON payload |
|
...