aboutsummaryrefslogtreecommitdiff
path: root/phpipam/resources.py
diff options
context:
space:
mode:
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':{},