Bureaucrat.SwaggerSlateMarkdownWriter.write_responses
You're seeing just the function
write_responses
, go back to Bureaucrat.SwaggerSlateMarkdownWriter module for more information.
Link to this function
write_responses(file, swagger_operation)
Writes the responses table for given swagger operation to file.
Swagger only allows a single description per status code, which can be limiting when trying to describe all possible error responses. To work around this, add markdown links into the description.