updateNote


SoftLayer_User_Customer_External_Binding_Verisign::updateNote

Update the note of an external binding.

Description

Update the note of an external binding. The note is an optional property that is used to store information about a binding.

Parameters

Name Type Description
text string The text that the note will be set to.

Required Headers

Optional Headers

  • None

Return Values

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