"SoftLayer_" prefix removed for readability.
[Deprecated] Edit multiple property objects.
The subnet registration detail property service has been deprecated.
Edit multiple SoftLayer_Account_Regional_Registry_Detail_Property objects.
Name | Type | Description |
---|---|---|
templateObjects | SoftLayer_Account_Regional_Registry_Detail_Property[] | An array of skeleton SoftLayer_Account_Regional_Registry_Detail_Property objects with only the properties defined that you wish to change. Unchanged properties are left alone. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Account_Regional_Registry_Detail_Property]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Regional_Registry_Detail_Property/editObjects'