File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
templates/rspec_api_documentation Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,24 @@ description: {{ description }}
28
28
{ {# has_parameters? } }
29
29
30
30
+ Parameters
31
+
31
32
{ {# parameters } }
32
- + { { name } }{ {# example } }: { { example } }{ {/ example } }{ {# properties_description } } ({ { properties_description } }){ {/ properties_description } }{ {# description } } - { { description } }{ {/ description } }
33
+ + { { name } }{ {# example } }: { { example } }{ {/ example } }{ {# properties_description } } ({ { properties_description } }){ {/ properties_description } }{ {# description } } - { { description } }{ {/ description } }
33
34
{ {/ parameters } }
34
35
{ {/ has_parameters? } }
36
+ { {# http_methods } }
37
+
38
+ ### { { description } } [{ { http_method } }]
35
39
{ {# has_attributes? } }
36
40
37
- + Attributes (object)
41
+ + Parameters
42
+
38
43
{ {# attributes } }
39
- + { { name } }{ {# example } }: { { example } }{ {/ example } }{ {# properties_description } } ({ { properties_description } }){ {/ properties_description } }{ {# description } } - { { description } }{ {/ description } }
44
+ + { { name } }{ {# example } }: { { example } }{ {/ example } }{ {# properties_description } } ({ { properties_description } }){ {/ properties_description } }{ {# description } } - { { description } }{ {/ description } }
40
45
{ {/ attributes } }
41
46
{ {/ has_attributes? } }
42
- { {# http_methods } }
43
-
44
- ### { { description } } [{ { http_method } }]
45
-
46
47
{ {# explanation } }
48
+
47
49
{ {{ explanation } }}
48
50
{ {/ explanation } }
49
51
You can’t perform that action at this time.
0 commit comments