File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/rspec_api_documentation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 108
108
109
109
{ { # request_body } }
110
110
< h4> Body< / h4>
111
- < div class = " request body" data- content- type= " { { response_content_type } } " >< textarea> { { { request_body } } } < / textarea>< / div>
111
+ < div class = " request body" data- content- type= " { { request_content_type } } " >< textarea> { { { request_body } } } < / textarea>< / div>
112
112
{ { / request_body } }
113
113
114
114
{ { # curl } }
124
124
< pre class = " response status" > { { response_status } } { { response_status_text} } < / pre>
125
125
{ { # response_body } }
126
126
< h4> Body< / h4>
127
- < div class = " response body" data- content- type= " { { request_content_type } } " >< textarea> { { { response_body } } } < / textarea>< / div>
127
+ < div class = " response body" data- content- type= " { { response_content_type } } " >< textarea> { { { response_body } } } < / textarea>< / div>
128
128
{ { / response_body } }
129
129
{ { / response_status } }
130
130
{ { / requests } }
You can’t perform that action at this time.
0 commit comments