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

[Bug]: OpenAPI - POST /v2/trees/{branch}/history/merge response schema inconsistent with example, missing Conflict_V2 documentation #8531

Closed
swillis12 opened this issue May 17, 2024 · 0 comments · Fixed by #8712
Assignees

Comments

@swillis12
Copy link

What happened

POST /v2/trees/{branch}/history/merge response OpenAPI schema shows response.details.conflict (undocumented object structure Conflict_V2) whereas the example shows response.details.conflictType.

How to reproduce it

Open https://app.swaggerhub.com/apis/projectnessie/nessie/0.82.0#/v2/mergeV2 and compare the response schema to the response example.

Compare the schema:
image

With the example:
image

Nessie server type (docker/uber-jar/built from source) and version

0.82.0

Client type (Ex: UI/Spark/pynessie ...) and version

No response

Additional information

No response

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

Successfully merging a pull request may close this issue.

2 participants