File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ If you specify an `options.templateCallback` function, it will be called before
79
79
* ` method ` - the HTTP method of the operation (in lower-case)
80
80
* ` methodUpper ` - the HTTP method of the operation (in upper-case)
81
81
* ` url ` - the full URL of the operation (including protocol and host)
82
- * ` parameters[] ` - an array of parameters for the operation (see below)
83
82
* ` consumes[] ` - an array of MIME-types the operation consumes
84
83
* ` produces[] ` - an array of MIME-types the operation produces
85
84
* ` operation ` - the current operation object
86
85
* ` operationId ` - the current operation id
87
86
* ` tags[] ` - the full list of tags applying to the operation
88
87
* ` security ` - the security definitions applying to the operation
89
88
* ` resource ` - the current tag/path object
89
+ * ` parameters[] ` - an array of parameters for the operation (see below)
90
90
* ` queryString ` - an example queryString, urlEncoded
91
91
* ` requiredQueryString ` - an example queryString for ` required:true ` parameters
92
92
* ` queryParameters[] ` - a subset of ` parameters ` that are ` in:query `
@@ -142,7 +142,7 @@ against
142
142
143
143
### Acknowledgements
144
144
145
- Thanks to @latgeek for the logo.
145
+ Thanks to @latgeek for the logo
146
146
147
147
### Widdershins in the wild
148
148
You can’t perform that action at this time.
0 commit comments