Application Programming Interface Guide > Web Services Operations > Operations Reference > updateResourceAnnotation
 
updateResourceAnnotation
Update the annotation of a resource.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: A fully qualified path to the resource.
type: The type of the resource specified by the given path. Valid values are CONTAINER, DATA_SOURCE, DEFINITION_SET, LINK, PROCEDURE, TABLE, TREE, and TRIGGER.
detail: The level of detail about the resources to include in the response. Valid values are NONE, SIMPLE, and FULL.
annotation: A description of the resource.
Response Elements
resources: List of the updated resources. See Resources Element.
Faults
IllegalArgument: If the path is malformed, or if the type or detail is illegal.
NotFound: If the resource does not exist.
Security: If the user does not have READ access on all items in 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.