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

APIM Deploy fails for new Uuid endpoint #125

Closed
jonkjetiloye opened this issue Jan 24, 2024 · 0 comments
Closed

APIM Deploy fails for new Uuid endpoint #125

jonkjetiloye opened this issue Jan 24, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@jonkjetiloye
Copy link
Member

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

@jonkjetiloye jonkjetiloye added the kind/bug Something isn't working label Jan 24, 2024
@lovoll lovoll mentioned this issue Jan 26, 2024
5 tasks
@lovoll lovoll closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Development

No branches or pull requests

2 participants