Update Bruno request
bruno_update_requestPatch an existing Bruno HTTP request to modify its URL, method, headers, body, or other settings while preserving unspecified fields. Use expectedRevision to target a specific version or '*' for the latest.
Instructions
Patch an existing Bruno HTTP request while preserving untouched content. Use expectedRevision="*" to patch latest version without preflight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| url | No | Request URL, optionally with Bruno {{variables}}. | |
| auth | No | ||
| body | No | ||
| docs | No | ||
| name | No | Request display name. | |
| tags | No | ||
| method | No | HTTP method, for example GET or POST. | |
| params | No | ||
| headers | No | ||
| request | Yes | Existing HTTP request path relative to collection root, including .yml extension. | |
| runtime | No | ||
| examples | No | ||
| sequence | No | ||
| settings | No | ||
| collection | Yes | Collection path relative to workspace root (as returned by bruno_list_collections). | |
| description | No | Request description. | |
| expectedRevision | Yes | Revision returned by bruno_get_request, or "*" to patch latest version without preflight. |