Replace an agent revision's tool-input defaults
PUT
Replace an agent revision's tool-input defaults
Authorizations
Path Parameters
Body
application/json
Full-replace write body for a revision's keyed tool-input defaults.
tools is the whole keyed map {tool_key: {field: {value, type}}};
null or {} clears all configured defaults for the revision (the
setter writes SQL NULL). extra="forbid" rejects stray top-level keys; the
inner InputArgConfig tolerates the legacy flat {field: value} shape.
Response
Successful Response
GET response for an agent/workflow revision's keyed tool-input defaults.
Replace an agent revision's tool-input defaults