We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenAPI spec is updated in studio-ops based on the new API endpoint added for: GET /users/{userUuid}
GET /users/{userUuid}
This however fails when deploying to APIM as the endpoint is a duplicate path of the existing 'GET /users/{userid}'
##[error]ValidationError: Importing API has duplicate signature operations: 2 operations with signature 'GET /users/{userid}'
The endpoint will have to be redesigned to use URL parameter as input
Run apim-deploy-creator-templates pipeline for Profile
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
OpenAPI spec is updated in studio-ops based on the new API endpoint added for:
GET /users/{userUuid}
This however fails when deploying to APIM as the endpoint is a duplicate path of the existing 'GET /users/{userid}'
##[error]ValidationError: Importing API has duplicate signature operations: 2 operations with signature 'GET /users/{userid}'
The endpoint will have to be redesigned to use URL parameter as input
Steps To Reproduce
Run apim-deploy-creator-templates pipeline for Profile
Additional Information
No response
The text was updated successfully, but these errors were encountered: