update_request
Update an existing request in a Postman collection by supplying the collection UID, the request's current name, and the changes to apply, such as URL, method, headers, body, or description.
Instructions
Update an existing request in a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Fields to update | |
| requestName | Yes | Current name of the request to update | |
| collectionUid | Yes | The UID of the collection |