After downloading the demo of start.camunda.com, I cannot access the Camunda REST API documentation. The version is 7.17.0. The configuration is as follows:
Ok I downloaded the starter and tested it - works as expected (I am on a Mac).
This is the curl Call I used:
curl --location --request GET 'http://localhost:8080/engine-rest/deployment'
Which returns [{"links":[],"id":"7f14c496-1fe6-11ed-b424-8e5db46a7499","name":"SpringAutoDeployment","source":null,"deploymentTime":"2022-08-19T19:43:55.326+0200","tenantId":null}]
Hi @pme123
I’m glad to see that I got the same result, which seems to mean I can call the REST API’s interface normally, so why not access the API documentation?
LIN
@DeepDreamerLSC@pme123
I guess you are trying to see swagger docs/ open api specification.
That is not enabled by default in spring boot projects. You have to make following changes and then it will work.