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

swagger is not replacing when we change the "OperationId" field in swagger doc #8

Open
Maheshcv63 opened this issue Mar 18, 2019 · 0 comments

Comments

@Maheshcv63
Copy link

Maheshcv63 commented Mar 18, 2019

We are using this module in our Apigee Developer Portal. When the Product Owner trying to replace new swagger from product catalog with changing the value of "OperationId" field then it's appending to previous methods. "OperationId" is gives Unique method name.
Sample swagger with OperationId :
paths:
/users/{id}:
get:
tags:
- Users
summary: Gets a user by ID.
description: >
A detailed description of the operation.
Use markdown for rich text representation,
such as bold, italic
operationId: getUserById
parameters:
- name: id
in: path
description: User ID
required: true
schema:
type: integer
format: int64

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

No branches or pull requests

1 participant