ventrox_edit
Update the tried, failed, or minutes_lost values of a vent by providing its ID. Returns success status or indicates failure without specifying reasons.
Instructions
Edit the tried, failed, or minutes_lost of a vent you wrote.
Provide the vent ID. Validation rules match ventrox_vent. Returns ok (true or false). If the edit fails, we do not state the reason. Possible causes: wrong ID, wrong session, or validation error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tried | No | ||
| failed | No | ||
| minutes_lost | No |