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

Fix 204 without description. #204

Conversation

chenkins
Copy link
Contributor

Context:

org.openapitools.codegen.SpecValidationException: There were issues with the specification. The option can be disabled via validateSpec (Maven/Gradle) or --skip-validate-spec (CLI).
 | Error count: 1, Warning count: 0
Errors: 
	-attribute paths.'/api/billing/token'(put).responses.204.description is missing

org.openapitools.codegen.SpecValidationException: There were issues with the specification. The option can be disabled via validateSpec (Maven/Gradle) or --skip-validate-spec (CLI).
 | Error count: 1, Warning count: 0
Errors: 
	-attribute paths.'/api/billing/token'(put).responses.204.description is missing
Copy link
Member

@infeo infeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution, @chenkins!

@infeo infeo self-requested a review June 19, 2023 08:14
@tobihagemann tobihagemann changed the base branch from feature/refactored-access-grant to develop June 19, 2023 08:14
@tobihagemann tobihagemann changed the base branch from develop to feature/refactored-access-grant June 19, 2023 08:15
@tobihagemann
Copy link
Member

Hm, I wanted to have this change in develop as well but I guess, we have to cherry-pick this change then (or just wait until this gets merged to develop). Changing base didn't do what I expected. 😂

@tobihagemann tobihagemann merged commit a621a0c into cryptomator:feature/refactored-access-grant Jun 19, 2023
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 this pull request may close these issues.

3 participants