---
title: "Upsert Input Config"
method: PUT
path: "/tool_health_check/tools/{tool_name}/input_config"
---

# Upsert Input Config

`PUT /tool_health_check/tools/{tool_name}/input_config`

Save a health-check input override for a tool.

## Path parameters

- `tool_name` string, required

## Request body

- UpsertToolHealthCheckInputConfigRequest — Request to save a per-organization tool input override.
  - `input` object, required

## Response `200`

Successful Response

- UpsertToolHealthCheckInputConfigResponse — Response returned after saving a tool input override.
  - `config` APIApiSchemaToolHealthCheckToolHealthCheckInputConfig, required — Persisted per-organization input override for a smoke-ready tool.
    - `tool_name` string, required
    - `input` object, required
    - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
