This folder contains the OpenAPI OpenAPI Specification version 2 documentation for Eclipse Ditto.
You can view it as nicely rendered HTML by importing the file for API version 2 into the Swagger Online Editor.
To extend or update the OpenAPI of Ditto you can add or change the files in the sources
directory.
- Install
swagger-cli
:$ cd sources && npm install
- Build bundled docs:
// go to sources
$ cd sources
// run build
$ npm run build