document_add_response_header
Add a header to an OpenAPI response, defining its name, description, and schema type or reference.
Instructions
Add a header to an OpenAPI response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Header name (e.g. X-Rate-Limit) | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to the response (e.g. /paths[/pets]/get/responses[200]) | |
| schemaRef | No | Schema $ref string | |
| schemaType | No | Schema type (defaults to string) | |
| description | No | Header description |