format
boolean updateMetadata(String key, String newValue)
description
Assigns a new value to an existing metadata item.
parameters
key - the unique key of the metadata item
key
newValue - the value to be assigned to the metadata item
newValue
returns
TRUE -if the update was successful
TRUE
FALSE -if the update failed
FALSE
throws
The updateMetadata() method does not throw any exceptions.
updateMetadata()