ccouzens / keycloak-openapi

OpenAPI definitions for Keycloak's Admin API
168 stars 66 forks source link

add 20.0.2 and 20.0.3 #29

Closed mbogner closed 1 year ago

mbogner commented 1 year ago

Screenshot 2023-01-25 at 15 44 27

ccouzens commented 1 year ago

Thank you. I expect to have time to review and merge this weekend.

mbogner commented 1 year ago

Thank you. I expect to have time to review and merge this weekend.

No worries. I was looking for an up2date version of the spec and simply built it based on the steps you provided. But checking the resulting swagger spec resulted in some errors as shown above. Sure that's coming from the source but it stops for example openapi-generator from working properly. do you already have seen this and have a solution? My solution was to comment out the referenced lines and postpone the problem until I need the calls ;-)

ccouzens commented 1 year ago

Merged. Thank you

No worries. I was looking for an up2date version of the spec and simply built it based on the steps you provided. But checking the resulting swagger spec resulted in some errors as shown above. Sure that's coming from the source but it stops for example openapi-generator from working properly. do you already have seen this and have a solution? My solution was to comment out the referenced lines and postpone the problem until I need the calls ;-)

I've made this change c31b735f0a0679479a2e009dddb99bc8f2e91dfc. openapi-generator seems to work now on 20.0.2.

I've ignored the warnings about DELETE operations having a request body. They don't seem to cause any problems with openapi-generator. Also, it's that way in the upstream documentation