Closed
Description
Description
I've been testing what this library can and cannot do, and it appears that it does not keep track of description
& summary
of the operations?
I have also tested this with the description
of parameters, and they do update.
It does show the summary
directly after the path of the operation, but it only shows the latest one and it does not show it has been changed.
The code
/pets/{id}:
get:
description: A description // This is not in changelog when changed
summary: This is a summary // This is not in changelog when changed
operationId: find pet by id
parameters:
- name: aaadda
in: path
description: Param desc // This is in changelog when changed
required: true
schema:
type: integer
format: int64
Question
Am I correct in that those properties are not in the Changelog? Or am I making a mistake.
Metadata
Metadata
Assignees
Labels
No labels