update_api_comment
Modify existing comments on Postman APIs by providing API ID, comment ID, and updated text to maintain accurate documentation.
Instructions
Update an existing API comment (max 10,000 characters)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiId | Yes | API ID | |
| commentId | Yes | Comment ID | |
| content | Yes | Updated comment text (max 10,000 characters) |