-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Component
https://github.com/camunda/camunda-bpm-platform/tree/master/engine-rest/engine-rest-openapi
User Story
I want to do OpenAPI-related tasks (e.g. generating clients) for execution endpoints (https://docs.camunda.org/manual/develop/reference/rest/execution/).
Acceptance Criteria
- The necessary endpoints and DTOs are added to the OpenAPI document
- The endpoints are documented as close as possible to the docs manual
- The best practices in https://github.com/camunda/camunda-bpm-platform/blob/master/engine-rest/engine-rest-openapi/README.md are applied
- There is a new tag "Execution" that is assigned to the new endpoints
- Examples are copied from the docs
Implementation hints
- You can have a look at other resources that are already documented to see how certain patterns are expressed
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-11485 Complete OpenAPI documentation (except CMMN-related)
- Closed