update_replay_item
Edit a saved HTTP replay request's URL, method, headers, body, or name without changing its execution history.
Instructions
Updates a saved HTTP replay item without changing its execution history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Saved replay item UUID | |
| url | Yes | HTTP or HTTPS request URL | |
| body | No | Optional UTF-8 request body | |
| name | Yes | Replay item name | |
| method | Yes | HTTP method | |
| headers | No | Request headers as a string map |