# TFS scmInstances Updates an instance of TFS SCM. Endpoint: PUT /scmInstances/TFS Version: v1 Security: bearerAuth ## Query parameters: - `projectId` (integer, required) ID of the project Example: 1 - `instanceId` (integer, required) ID of the SCM instance ## Request fields (application/json): - `url` (string, required) url - `username` (string, required) userName Example: "abc" - `password` (string, required) password Example: "abc" - `changeSet` (string) changeSet - `label` (string) label ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields