File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
templates/rspec_api_documentation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ Feature: Generate API Blueprint documentation from test examples
254254
255255 ### Returns all instructions [GET]
256256
257- + Request List all instructions ()
257+ + Request List all instructions
258258
259259 + Headers
260260
@@ -315,7 +315,7 @@ Feature: Generate API Blueprint documentation from test examples
315315
316316 ### Return all orders [GET]
317317
318- + Request Getting a list of orders ()
318+ + Request Getting a list of orders
319319
320320 + Headers
321321
@@ -382,7 +382,7 @@ Feature: Generate API Blueprint documentation from test examples
382382
383383 ### Returns a single order [GET]
384384
385- + Request Getting a specific order ()
385+ + Request Getting a specific order
386386
387387 + Headers
388388
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ explanation: {{ explanation }}
4242{ {# requests } }
4343{ {# has_request? } }
4444
45- + Request { { description } } ({ { request_content_type } })
45+ + Request { { description } }{ {# request_content_type } } ({ { request_content_type } }){ {/ request_content_type } }
4646{ {/ has_request? } }
4747{ {# request_headers_text } }
4848
You can’t perform that action at this time.
0 commit comments