Update Request
update_requestUpdate an existing request by specifying its ID and providing the required title and body, along with optional fields like status, tags, URL, or user name.
Instructions
Update an existing request in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The request ID. | |
| url | No | The URL on Alaveteli or FYI. | |
| body | Yes | The request body. | |
| tags | No | Optional list of tags. | |
| title | Yes | The request title. | |
| status | No | Status of the request. | |
| user_name | No | Name of the user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |