Skip to content

Commit b7eed99

Browse files
angrycubMahmood Ali
authored and
Mahmood Ali
committed
querystring -> query string
1 parent 3501b41 commit b7eed99

10 files changed

+35
-35
lines changed

website/source/api/allocations.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
2929
### Parameters
3030

3131
- `prefix` `(string: "")`- Specifies a string to filter allocations on based on
32-
an index prefix. This is specified as a querystring parameter.
32+
an index prefix. This is specified as a query string parameter.
3333

3434
### Sample Request
3535

website/source/api/deployments.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
2929
### Parameters
3030

3131
- `prefix` `(string: "")`- Specifies a string to filter deployments based on
32-
an index prefix. This is specified as a querystring parameter.
32+
an index prefix. This is specified as a query string parameter.
3333

3434
### Sample Request
3535

website/source/api/evaluations.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
2929
### Parameters
3030

3131
- `prefix` `(string: "")`- Specifies a string to filter evaluations on based on
32-
an index prefix. This is specified as a querystring parameter.
32+
an index prefix. This is specified as a query string parameter.
3333

3434
### Sample Request
3535

website/source/api/jobs.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
2929
### Parameters
3030

3131
- `prefix` `(string: "")` - Specifies a string to filter jobs on based on
32-
an index prefix. This is specified as a querystring parameter.
32+
an index prefix. This is specified as a query string parameter.
3333

3434
### Sample Request
3535

website/source/api/metrics.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The table below shows this endpoint's support for
2626

2727
- `format` `(string: "")` - Specifies the metrics format to be other than the
2828
JSON default. Currently, only `prometheus` is supported as an alternative
29-
format. This is specified as a querystring parameter.
29+
format. This is specified as a query string parameter.
3030

3131
### Sample Request
3232

website/source/api/namespaces.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The table below shows this endpoint's support for
3232
### Parameters
3333

3434
- `prefix` `(string: "")`- Specifies a string to filter namespaces on based on
35-
an index prefix. This is specified as a querystring parameter.
35+
an index prefix. This is specified as a query string parameter.
3636

3737
### Sample Request
3838

website/source/api/nodes.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
2929
### Parameters
3030

3131
- `prefix` `(string: "")`- Specifies a string to filter nodes on based on an
32-
index prefix. This is specified as a querystring parameter.
32+
index prefix. This is specified as a query string parameter.
3333

3434
### Sample Request
3535

website/source/api/operator.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The table below shows this endpoint's support for
3939
### Parameters
4040

4141
- `stale` - Specifies if the cluster should respond without an active leader.
42-
This is specified as a querystring parameter.
42+
This is specified as a query string parameter.
4343

4444
### Sample Request
4545

website/source/api/quotas.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The table below shows this endpoint's support for
3232
### Parameters
3333

3434
- `prefix` `(string: "")`- Specifies a string to filter quota specifications on
35-
based on an index prefix. This is specified as a querystring parameter.
35+
based on an index prefix. This is specified as a query string parameter.
3636

3737
### Sample Request
3838

@@ -228,7 +228,7 @@ The table below shows this endpoint's support for
228228
### Parameters
229229

230230
- `prefix` `(string: "")`- Specifies a string to filter quota specifications on
231-
based on an index prefix. This is specified as a querystring parameter.
231+
based on an index prefix. This is specified as a query string parameter.
232232

233233
### Sample Request
234234

website/source/api/ui.html.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ This page lists all known jobs in a paginated, searchable, and sortable table.
2323
### Parameters
2424

2525
- `namespace` `(string: "")` - Specifies the namespace all jobs should be a member
26-
of. This is specified as a querystring parameter. Namespaces are an enterprise feature.
26+
of. This is specified as a query string parameter. Namespaces are an enterprise feature.
2727

2828
- `sort` `(string: "")` - Specifies the property the list of jobs should be sorted by.
29-
This is specified as a querystring parameter.
29+
This is specified as a query string parameter.
3030

3131
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
32-
or ascending. This is specified as a querystring parameter.
32+
or ascending. This is specified as a query string parameter.
3333

3434
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
35-
visible jobs. This is specified as a querystring parameter.
35+
visible jobs. This is specified as a query string parameter.
3636

3737
- `page` `(int: 0)` - Specifies the page in the jobs list that should be visible. This
38-
is specified as a querystring parameter.
38+
is specified as a query string parameter.
3939

4040

4141
## Job Detail
@@ -74,13 +74,13 @@ based on the type of job.
7474
### Parameters
7575

7676
- `sort` `(string: "")` - Specifies the property the list of task groups should be
77-
sorted by. This is specified as a querystring parameter.
77+
sorted by. This is specified as a query string parameter.
7878

7979
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
80-
or ascending. This is specified as a querystring parameter.
80+
or ascending. This is specified as a query string parameter.
8181

8282
- `page` `(int: 0)` - Specifies the page in the task groups list that should be visible. This
83-
is specified as a querystring parameter.
83+
is specified as a query string parameter.
8484

8585

8686
### Job Definition
@@ -133,16 +133,16 @@ allocations.
133133
### Parameters
134134

135135
- `sort` `(string: "")` - Specifies the property the list of allocations should be sorted by.
136-
This is specified as a querystring parameter.
136+
This is specified as a query string parameter.
137137

138138
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
139-
or ascending. This is specified as a querystring parameter.
139+
or ascending. This is specified as a query string parameter.
140140

141141
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
142-
visible allocations. This is specified as a querystring parameter.
142+
visible allocations. This is specified as a query string parameter.
143143

144144
- `page` `(int: 0)` - Specifies the page in the allocations list that should be visible. This
145-
is specified as a querystring parameter.
145+
is specified as a query string parameter.
146146

147147

148148
## Allocation Detail
@@ -160,10 +160,10 @@ description of the event.
160160
### Parameters
161161

162162
- `sort` `(string: "")` - Specifies the property the list of tasks should be sorted by.
163-
This is specified as a querystring parameter.
163+
This is specified as a query string parameter.
164164

165165
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
166-
or ascending. This is specified as a querystring parameter.
166+
or ascending. This is specified as a query string parameter.
167167

168168

169169
## Task Detail
@@ -199,16 +199,16 @@ table.
199199
### Parameters
200200

201201
- `sort` `(string: "")` - Specifies the property the list of client nodes should be sorted by.
202-
This is specified as a querystring parameter.
202+
This is specified as a query string parameter.
203203

204204
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
205-
or ascending. This is specified as a querystring parameter.
205+
or ascending. This is specified as a query string parameter.
206206

207207
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
208-
visible client nodes. This is specified as a querystring parameter.
208+
visible client nodes. This is specified as a query string parameter.
209209

210210
- `page` `(int: 0)` - Specifies the page in the client nodes list that should be visible. This
211-
is specified as a querystring parameter.
211+
is specified as a query string parameter.
212212

213213

214214
## Node Detail
@@ -223,16 +223,16 @@ address, port, datacenter, allocations, and attributes.
223223
### Parameters
224224

225225
- `sort` `(string: "")` - Specifies the property the list of allocations should be sorted by.
226-
This is specified as a querystring parameter.
226+
This is specified as a query string parameter.
227227

228228
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
229-
or ascending. This is specified as a querystring parameter.
229+
or ascending. This is specified as a query string parameter.
230230

231231
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
232-
visible allocations. This is specified as a querystring parameter.
232+
visible allocations. This is specified as a query string parameter.
233233

234234
- `page` `(int: 0)` - Specifies the page in the allocations list that should be visible. This
235-
is specified as a querystring parameter.
235+
is specified as a query string parameter.
236236

237237

238238
## Servers List
@@ -248,13 +248,13 @@ the leader.
248248
### Parameters
249249

250250
- `sort` `(string: "")` - Specifies the property the list of server agents should be sorted by.
251-
This is specified as a querystring parameter.
251+
This is specified as a query string parameter.
252252

253253
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
254-
or ascending. This is specified as a querystring parameter.
254+
or ascending. This is specified as a query string parameter.
255255

256256
- `page` `(int: 0)` - Specifies the page in the server agents list that should be visible. This
257-
is specified as a querystring parameter.
257+
is specified as a query string parameter.
258258

259259

260260
## Server Detail

0 commit comments

Comments
 (0)