Bureaucrat.SwaggerSlateMarkdownWriter.write_operations_for_tag

You're seeing just the function write_operations_for_tag, go back to Bureaucrat.SwaggerSlateMarkdownWriter module for more information.
Link to this function

write_operations_for_tag(file, tag, records_by_operation_id, swagger)

Writes the API details and exampels for operations having the given tag.

tag roughly corresponds to a phoenix controller, eg "Users" records_by_operation_id are the examples collected during tests, grouped by operationId (Controller.action)