SCHEMA_COERCE_METHOD_NAMES setting doesn't work with OpenAPI #8948
Unanswered
Kangaroux
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SCHEMA_COERCE_METHOD_NAMES setting should allow you to edit the generated names of API endpoints in the schema, but it isn't working for OpenAPI.
Even the defaults it provides aren't being used:
retrieveCompany
should bereadCompany
anddestroyCompany
should bedeleteCompany
.In fact you can just set this setting to complete garbage and it doesn't care:
Beta Was this translation helpful? Give feedback.
All reactions