This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Description
I am getting [ServerlessError: Documentation part already exists] while deployment when I have updated the version in documentation object from version:"8.0.2" to version:"9.0.1".


But it succeed when run deployment again by updating version in documentation object from version:"9.0.1" to version:"9.0.2".
`
custom:
documentation:
api:
info:
version: "9.0.2"
title: "Mock APIs"
description: "Mock Apis for my new project"
I am unable to understand how serverless-aws-documentation versioning is working while deploying on API Gateway.