Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Add support for deprecated flag #148

Open
bmpickford opened this issue May 1, 2020 · 0 comments
Open

Add support for deprecated flag #148

bmpickford opened this issue May 1, 2020 · 0 comments

Comments

@bmpickford
Copy link

Swagger supports the deprecated flag on paths, see https://swagger.io/docs/specification/paths-and-operations/. Would be good to be able to have this carry over in the AWS documentation.

This would look something like:

createItem:
  handler: handler.create
  events:
    - http:
        path: create
        method: post
        documentation:
          summary: "Create something"
          description: "Creates the thing you need"
          deprecated: true,
          tags:
            - "Data Creation"
            - "Some other tag"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant