Application Programming Interface Guide > Web Services Operations > Operations Reference > updateColumnAnnotation
 
updateColumnAnnotation
Updates the annotation of a column.
Request Elements
path: A fully qualified path to the column.
detail: The level of detail of resources in the response.Valid values are "NONE", "SIMPLE", or "FULL".
annotation: A description of the column. See Column Element
Response Elements
resources: A list containing the parent resource of updated column.
Faults
IllegalArgument: If the path is malformed or if the type or detail are illegal.
NotFound: If the column does not exist.
Security: If the user does not have READ access on all items in the path other than the last one.
Security: If the user does not have WRITE access to the last item in path.
Security: If the user does not have the ACCESS_TOOLS right.