Rest Endpoints for Decision Table Creation

Are there any rest end points to create decision table rather than creation from camunda modeler.

Do you mean to deploy a DMN model to the engine?
There is indeed - you can use the create deployment rest call.

Can’t we create a Decision Table via rest end points or that can only be done via modeler?

How would you imagine that working exactly?

For e.g sending input/ouput entries and input expression details via end points?

Sorry, i don’t really understand you goal.
Are you saying you would like to have a DMN table which you can change in some way via REST?

Yes,that is one of the question also is there a way to create the decision table completely via end points rather than modeler.

The Enterprise version of Camunda has live DMN editing as part of cockpit.
Thats probably the nearest thing to what you’re looking for.

Thanks for the info