File tree 1 file changed +8
-4
lines changed
templates/rspec_api_documentation
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 81
81
{ {# requests } }
82
82
<h3 >Request</h3 >
83
83
84
- <h4 >Headers</h4 >
85
- <pre class =" request headers" >{ { request_headers_text } }</pre >
84
+ { {# request_headers_text } }
85
+ <h4 >Headers</h4 >
86
+ <pre class =" request headers" >{ { request_headers_text } }</pre >
87
+ { {/ request_headers_text } }
86
88
87
89
<h4 >Route</h4 >
88
90
<pre class =" request route highlight" >{ { request_method } } { { request_path } }</pre >
104
106
105
107
{ {# response_status } }
106
108
<h3 >Response</h3 >
107
- <h4 >Headers</h4 >
108
- <pre class =" response headers" >{ { response_headers_text } }</pre >
109
+ { {# response_headers_text } }
110
+ <h4 >Headers</h4 >
111
+ <pre class =" response headers" >{ { response_headers_text } }</pre >
112
+ { {/ response_headers_text } }
109
113
<h4 >Status</h4 >
110
114
<pre class =" response status" >{ { response_status } } { { response_status_text} }</pre >
111
115
{ {# response_body } }
You can’t perform that action at this time.
0 commit comments