Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root level tags are not transferred to the resulting config #6

Open
servernoj opened this issue May 21, 2021 · 0 comments
Open

Root level tags are not transferred to the resulting config #6

servernoj opened this issue May 21, 2021 · 0 comments

Comments

@servernoj
Copy link

I have custom/documentation section of serverless.yml defined as follows:

version: ...
title: ...
description: ...
tags:
  - name: public
    description: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant