Application Programming Interface Guide > Web Services Operations > Operations Reference > updateImplementationContainer
 
updateImplementationContainer
Deprecated as of API version 6.0.
Updates the implementation container of a TDV data service.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: A fully qualified path to the resource.
detail: The level of detail about the resources to include in the response. Valid values are NONE, SIMPLE, and FULL.
InputPipeline (optional)
inputMappingType (optional)
inputMappingOptions (optional)
outputPipeline (optional)
outputMappingType (optional)
outputMappingOptions (optional)
annotation (optional): A description of the resource. If not provided, the annotation is left unaltered.
Response Elements
resources: List of the updated resources. See Resources Element.
Faults
IllegalArgument: If the path is malformed, or the detail or attributes are illegal.
NotAllowed: If an attempt is made to update an input or output pipeline with an insufficient license.
NotFound: If the resource or any portion of path 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.