jube-home / jube

Jube is an open-source software designed for monitoring transactions and events. It offers a range of powerful features including real-time data wrangling, artificial intelligence, decision making, and case management. Jube's exceptional performance is particularly evident in its application to fraud prevention and abuse detection scenarios.
https://www.jube.io
GNU Affero General Public License v3.0
29 stars 2 forks source link

Guid for example model wrong in documentation #27

Closed richard-churchman closed 9 months ago

richard-churchman commented 9 months ago

The documentation details the wrong guid in examples. For example:

90c425fd-101a-420b-91d1-cb7a24a969ccc

Used as:

https://localhost:5001/api/invoke/EntityAnalysisModel/90c425fd-101a-420b-91d1-cb7a24a969ccc

Should be:

https://localhost:5001/api/invoke/EntityAnalysisModel/90c425fd-101a-420b-91d1-cb7a24a969cc

Is wrong in many places:

image

Find and replace incorrect Guid values in documentation.

richard-churchman commented 9 months ago

Done. Find and replace quick and reliable.