diff --git a/demo/swagger.yaml b/demo/swagger.yaml index 63a0bcbb..7ffec750 100644 --- a/demo/swagger.yaml +++ b/demo/swagger.yaml @@ -336,6 +336,7 @@ paths: summary: Finds Pets by tags description: 'Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing.' operationId: findPetsByTags + deprecated: true produces: - application/xml - application/json diff --git a/lib/components/Operation/operation.html b/lib/components/Operation/operation.html index 4fa9a345..67bf8133 100644 --- a/lib/components/Operation/operation.html +++ b/lib/components/Operation/operation.html @@ -1,6 +1,6 @@
-

+

{{operation.summary}}

-