Saving notes and things
This commit is contained in:
@@ -60,7 +60,7 @@ The primary way to retrieve data.
|
|||||||
|
|
||||||
### C. POST Create / PATCH Update
|
### C. POST Create / PATCH Update
|
||||||
Modify data in the system.
|
Modify data in the system.
|
||||||
* **Endpoints:**
|
* **Endpoints:**
|
||||||
* `POST /v3/crud/{obj_type}/`
|
* `POST /v3/crud/{obj_type}/`
|
||||||
* `PATCH /v3/crud/{obj_type}/{id}`
|
* `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.
|
* **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.
|
||||||
|
|||||||
Reference in New Issue
Block a user