From 6d3f8cb96047cbca916ca8e39f6863ac4451af39 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 7 Dec 2023 15:48:58 +0100 Subject: [PATCH] [docs] Make it look right in Mkdocs --- apricot/docs/apricot_http_service.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apricot/docs/apricot_http_service.md b/apricot/docs/apricot_http_service.md index a9a0cc01..15dd91a9 100644 --- a/apricot/docs/apricot_http_service.md +++ b/apricot/docs/apricot_http_service.md @@ -17,10 +17,12 @@ The default port is `32188`. To retrieve the information needed regarding FLPs, use the following urls in a web browser or with `curl` or `wget`. To retrieve as plain text: + * `http://:/inventory/flps` or `http://:/inventory/flps/text` * `http://:/inventory/detectors//flps` or `http://:/inventory/detectors//flps/text` To retrieve as JSON: + * `http://:/inventory/flps/json` * `http://:/inventory/detectors//flps/json`