editObject


SoftLayer_User_Customer_ApiAuthentication::editObject

Edit customer ApiAuthentication record.

Description

Edit the properties of customer ApiAuthentication record by passing in a modified instance of a SoftLayer_User_Customer_ApiAuthentication object. Only the ipAddressRestriction property can be modified.

Parameters

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

Required Headers

Optional Headers

Return Values

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