document_add_response
Add a response to an API operation by providing the HTTP status code and description.
Instructions
Add a response to an operation by status code and description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API path (e.g. /pets) | |
| method | Yes | HTTP method (get, post, put, etc.) | |
| session | Yes | Session name | |
| statusCode | Yes | HTTP status code (e.g. 200, 404, default) | |
| description | Yes | Response description |