update_request
Modify API requests in Postman collections by updating parameters like method, URL, headers, or body to maintain accurate API testing workflows.
Instructions
Update an existing API request in a Postman collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | Postman collection ID | |
| requestId | Yes | Request ID (UID) to update | |
| name | No | Updated request name | |
| method | No | ||
| url | No | ||
| headers | No | ||
| body | No | ||
| description | No |