You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have custom/documentation section of serverless.yml defined as follows:
version: ...title: ...description: ...tags:
- name: publicdescription: API endpoints not requiring authentication
- name: user-level
- name: ...models:
- ...
with ... being properly replaced with meaningful values. After compilation, I don't see the tags section in the resulting openapi.yml file on the root level.
Note: function-level tags definition are properly transferred.
The text was updated successfully, but these errors were encountered:
I have
custom/documentation
section ofserverless.yml
defined as follows:with
...
being properly replaced with meaningful values. After compilation, I don't see thetags
section in the resultingopenapi.yml
file on the root level.Note: function-level
tags
definition are properly transferred.The text was updated successfully, but these errors were encountered: