cryptomator / hub

Cryptomator Hub helps you manage vaults in large teams
GNU Affero General Public License v3.0
36 stars 8 forks source link

Fix 204 without description. #204

Closed chenkins closed 1 year ago

chenkins commented 1 year ago

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
tobihagemann commented 1 year ago

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. 😂