Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# Get all Definitions
curl -i http://localhost:9015/v1/rb/definition/

# Get one Definition
curl -i http://localhost:9015/v1/rb/definition/test-rbdef/v1

...