From 2fd3f9fb2b6fcaee2a579722cee91d13d5e87ecd Mon Sep 17 00:00:00 2001 From: "daniel.x.olsson@ri.se" Date: Mon, 2 Jan 2023 15:30:55 +0100 Subject: Added SSL verify option and fixed edit function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 59ba87c..e3c7c97 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Functions shared by all controllers: * `get()` returns all obejcts in in controller * `byID(object_id=)` get specific obejct by ID * `create(data=)` -* `edit(data=)` +* `edit(object_id=, data=)` * `delete(object_id=)` ### sections -- cgit v1.2.3