{{ $path }}
{{- with $op.summary -}}
{{- end -}}
{{ . }}
{{- end -}} {{- with $op.parameters -}}Parameters
| Name | In | Type | Required |
|---|---|---|---|
| {{ .name }} | {{ .in }} | {{ default "string" .schema.type }} | {{ if .required }}yes{{ else }}no{{ end }} |