modifyPreferences


SoftLayer_Layout_Profile::modifyPreferences

Modifies a collection of associated preferences

Description

Using this method, multiple SoftLayer_Layout_Profile_Preference objects may be updated at once.

Refer to [[SoftLayer_Layout_Profile::modifyPreference()]] for more information.


Parameters

Name Type Description
layoutPreferenceObjects SoftLayer_Layout_Profile_Preference[] All the preferences to modify.

Required Headers

Optional Headers

Return Values

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