-
Notifications
You must be signed in to change notification settings - Fork 93
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
[Bug] OpenApi definition not valid #439
Comments
aaaand i'm sorry it seems to be at least partially a duplicate of #429 |
Here is my change:
|
ok it goes on... with other errors:
|
Please another point: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The OpenApi definition seems to have several errors
To Reproduce Steps to reproduce the behavior:
1.1. Try the GET LaunchedWorkflow endpoint (GET {{baseUrl}}/LaunchedWorkflow).
1.2. You get a 404 error. It's because the correct endpoint is {{baseUrl}}/LaunchedWorkflows with an "s" at the end
2.1 Try the POST LaunchedWorkflows endpoint. You have to edit the following provided template with your own data.
2.2. You get a 404 error "Resource Workflow null not found.". it is because the correct template would be:
i.e. schemas as a list and not list of list and "urn:ietf:params:scim:schemas:sailpoint:1.0:LaunchedWorkflow" wrapping level for the data.
2.3. Please note that I can live with a wrong template since I can replace it easilly. The problem is that the structural definition of the OpenApi file is also wrong and I cannot generate a correct client with OpenApiGenerator.
Operating System (please complete the following information):
Thank you!
The text was updated successfully, but these errors were encountered: