Patch agent action
Agents
Patch agent action
Partially update an action using JSON Merge Patch semantics (RFC 7386). Unlike PUT (which replaces action_config wholesale), nested objects merge recursively and null deletes a key — e.g. {"action_config": {"prompt": "..."}} changes just the prompt, and {"action_config": {"model_config": {"model": "gpt-5.2"}}} changes just the model.
PATCH
Patch agent action
Authorizations
Your Maitai API key from the Portal.
Path Parameters
Body
application/json
Response
200 - application/json
Patch agent action.