aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar daniel.x.olsson@ri.se <daniel.b.olsson@gmail.com> 2023-01-02 15:30:55 +0100
committerGravatar daniel.x.olsson@ri.se <daniel.b.olsson@gmail.com> 2023-01-02 15:30:55 +0100
commit2fd3f9fb2b6fcaee2a579722cee91d13d5e87ecd (patch)
tree1ee1bf183926ec88cc1ac4d6b924564b9ff17660 /README.md
parent7c9a41df72a0a2610bb2ba76728c665af51e0ab8 (diff)
downloadpython-phpipam-2fd3f9fb2b6fcaee2a579722cee91d13d5e87ecd.tar.gz
Added SSL verify option and fixed edit function
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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=<object id>)` get specific obejct by ID
* `create(data=<data>)`
-* `edit(data=<data>)`
+* `edit(object_id=<object id>, data=<data>)`
* `delete(object_id=<object id>)`
### sections