"SoftLayer_" prefix removed for readability.
Edit customer ApiAuthentication record.
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. |
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'