Override Camunda ReST API

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

Say if I want to override the API https://docs.camunda.org/manual/latest/reference/rest/task/get-form-variables/ 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