document_set_operation_info
Update an API operation's metadata including operationId, summary, description, and deprecated status.
Instructions
Set metadata properties on an operation (operationId, summary, description, deprecated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API path (e.g. /pets) | |
| method | Yes | HTTP method (get, post, put, delete, etc.) | |
| session | Yes | Session name | |
| summary | No | Operation summary | |
| deprecated | No | Whether the operation is deprecated | |
| description | No | Operation description | |
| operationId | No | Operation ID |