Override Camunda ReST API

Hi,
Is there a way to override the Camunda API implementations?

Say if I want to override the API Camunda Platform REST API and provide my own custom implementation for it.
How can I achieve this?

Hi @Mass_Shake,

have a look at the docs: https://docs.camunda.org/manual/7.12/reference/rest/overview/embeddability/.

Hope this helps, Ingo