Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# arf-api
|
| 2 |
|
| 3 |
ARF API Control Plane (FastAPI)
|
|
@@ -117,5 +123,4 @@ Notes
|
|
| 117 |
-----
|
| 118 |
|
| 119 |
- The governance endpoints use an in-process `RiskEngine` initialized at startup.
|
| 120 |
-
- The outcome recording endpoint is not implemented in this repository and returns HTTP 501.
|
| 121 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ARF API Control Plane
|
| 3 |
+
sdk: docker
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
---
|
| 7 |
# arf-api
|
| 8 |
|
| 9 |
ARF API Control Plane (FastAPI)
|
|
|
|
| 123 |
-----
|
| 124 |
|
| 125 |
- The governance endpoints use an in-process `RiskEngine` initialized at startup.
|
| 126 |
+
- The outcome recording endpoint is not implemented in this repository and returns HTTP 501.
|
|
|