-
Maybe I am looking in the wrong place for this functionality. By default, HTTP-method decorated route handlers are given title-case converted names in the schema documentation. For some handlers, the title casing is not ideal, or otherwise one might want a name that is not necessarily the same as the name of the function. My expectation would be that the name parameter passed to the decorator would override the default name, but that does not seem to be the case. Is there a way to change the operation name in the docs for an operation associated with a handler? e.g., I am expecting this would override "Urls" in the docs to being "URLs":
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Oh, I found it. The parameter is
|
Beta Was this translation helpful? Give feedback.
Oh, I found it. The parameter is
operation_id
. So, for future reference, this should work: