aboutsummaryrefslogtreecommitdiff
path: root/phpipam/resources.py
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-12-20 23:21:12 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-12-20 23:21:12 +0100
commit06567915c5605fa98326c16036aa107741c3ddd1 (patch)
treec4a7f9665ac8ad5bec36d2de5a226014c1e4a5dd /phpipam/resources.py
parent654e1c6d74f8b17ff6ceabb9d46b1d081a59b670 (diff)
downloadpython-phpipam-06567915c5605fa98326c16036aa107741c3ddd1.tar.gz
documentation
Diffstat (limited to 'phpipam/resources.py')
-rwxr-xr-xphpipam/resources.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpipam/resources.py b/phpipam/resources.py
index 461daf5..20725c1 100755
--- a/phpipam/resources.py
+++ b/phpipam/resources.py
@@ -19,7 +19,7 @@ resource_types = {
},
},
'addresses' : {
- 'getByIp':{
+ 'getByIP':{
'method':'GET',
'request':'/addresses/{ip}/{subnet_id}/'
},
@@ -33,7 +33,7 @@ resource_types = {
},
'createFirstFree':{
'method':'POST',
- 'request':'/addresses/first_free/{subnetId}/'
+ 'request':'/addresses/first_free/{subnet_id}/'
}
},
'vlan':{},