Support for Patch SSE endpoint with OSF actions/endpoints?
Summary:
Based on the following article: https://community.oracle.com/customerconnect/discussion/620727/include-server-side-extension-endpoints-in-your-osf-application
as well as the registry endpoints that map to the "ext{verb}" actions noted in the above article in this document: https://docs.oracle.com/en/cloud/saas/cx-commerce/cxocc/op-ccstore-v1-xregistry-get.html
It appears that there is not mapping for "extpatch" or similar to support PATCH REST operations, prevelant in many external APIs, such as Marketo, SalesForce and our own companies APIs to name a few.
Content (required):
How can we add another mapping to the xregistry on the store endpoint so that "extpatch" can map to an SSE patch call via our node.js router provided on our implemented SSEs?