-
I'm trying to build some endpoints that return XML instead of JSON and I can't find a way to specify this in the Additionally, I do not want to have to specify a full schema for the returned XML, since it is absolutely ginormous and because it's basically only a "data export" endpoint, it would be fine to type it as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Okay, I figured it out. I can simply put the response schema in
|
Beta Was this translation helpful? Give feedback.
Okay, I figured it out. I can simply put the response schema in
extra_responses
like this: