editObject


SoftLayer_Layout_Profile_Containers::editObject

Edit the object by passing in a modified instance of the object

Description


Parameters

Name Type Description
templateObject SoftLayer_Layout_Profile_Containers A skeleton SoftLayer_Layout_Profile_Containers object with only the properties defined that you wish to change. Unchanged properties are left alone.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Layout_Profile_Containers]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Layout_Profile_Containers/{SoftLayer_Layout_Profile_ContainersID}/editObject'