{{/* Render the request part of a single HTTP API operation, given: * `parameters`: OpenAPI/Swagger data specifying the parameters * `request_body`: OpenAPI/Swagger data specifying the request body * `path`: the path where this definition was found, to enable us to resolve "$ref" * `anchor_base`: a prefix to add to the HTML anchors generated for each object This template renders: * the "simple parameters" (header, path, query parameters) * body parameters, which may be more complex, containing nested objects * response body examples */}} {{ $parameters := .parameters }} {{ $request_body := .request_body }} {{ $path := .path }} {{ $anchor_base := .anchor_base }}
No request parameters or request body.
{{ end }}