Saving notes and things

This commit is contained in:
Scott Idem
2026-02-26 18:52:15 -05:00
parent 911a427757
commit ee500a9ad5

View File

@@ -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.