From ee500a9ad5d58db6967dbcdbdf1f48bae55016d4 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 26 Feb 2026 18:52:15 -0500 Subject: [PATCH] Saving notes and things --- documentation/GUIDE__AE_API_V3_for_Frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/GUIDE__AE_API_V3_for_Frontend.md b/documentation/GUIDE__AE_API_V3_for_Frontend.md index 7b85eda5..b4d58e43 100644 --- a/documentation/GUIDE__AE_API_V3_for_Frontend.md +++ b/documentation/GUIDE__AE_API_V3_for_Frontend.md @@ -60,7 +60,7 @@ The primary way to retrieve data. ### C. POST Create / PATCH Update Modify data in the system. -* **Endpoints:** +* **Endpoints:** * `POST /v3/crud/{obj_type}/` * `PATCH /v3/crud/{obj_type}/{id}` * **Strict Mode (Default):** The API validates your payload against the Pydantic model. If you send fields that do not exist in the model, the database might return a 400 "Unknown column" error.