# Update Tool

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Update Tool"}
>
</Heading>

<MethodEndpoint
  method={"patch"}
  path={"/api/v2/workspaces/{workspace_id}/tools/{tool_id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Update an existing tool.

Allows partial updates to a tool's properties. Only the fields provided in the
request will be updated; other fields will remain unchanged. The tool type cannot
be changed after creation.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./update-tool-api-v-2-workspaces-workspace-id-tools-tool-id-patch.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./update-tool-api-v-2-workspaces-workspace-id-tools-tool-id-patch.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./update-tool-api-v-2-workspaces-workspace-id-tools-tool-id-patch.StatusCodes.json")}
>
  
</StatusCodes>
