This repository contains the API documentation for the Boomi Flow platform. You probably want to view the documentation here.
- Create a description.md file within the docs/info directory.
- Create a directory inside the docs/tags directory that matches the tag name (eg. "
Admin States
"). - Create a description.md file inside the directory.
- Create a directory inside the docs/paths directory that matches the path url, substituting
/
with~
characters (eg. "api~admin~1~organization~runtimes~{id}
"). - For each method implemented on the endpoint create a directory that matches the method name (eg. "
get
" or "post
"). - Create a summary.md or description.md file inside the directory.
run npm install
and npm run build
in the root directory.
Commit and push changes on the master branch.