diff --git a/website/source/api/allocations.html.md b/website/source/api/allocations.html.md
index a02f29845..2b7a124d8 100644
--- a/website/source/api/allocations.html.md
+++ b/website/source/api/allocations.html.md
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")`- Specifies a string to filter allocations on based on
- an index prefix. This is specified as a querystring parameter.
+ an index prefix. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/deployments.html.md b/website/source/api/deployments.html.md
index c1d93abf1..0400752f3 100644
--- a/website/source/api/deployments.html.md
+++ b/website/source/api/deployments.html.md
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")`- Specifies a string to filter deployments based on
- an index prefix. This is specified as a querystring parameter.
+ an index prefix. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/evaluations.html.md b/website/source/api/evaluations.html.md
index 7617bd666..cdcbf9a6e 100644
--- a/website/source/api/evaluations.html.md
+++ b/website/source/api/evaluations.html.md
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")`- Specifies a string to filter evaluations on based on
- an index prefix. This is specified as a querystring parameter.
+ an index prefix. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/jobs.html.md b/website/source/api/jobs.html.md
index 04e92757f..79a07e983 100644
--- a/website/source/api/jobs.html.md
+++ b/website/source/api/jobs.html.md
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")` - Specifies a string to filter jobs on based on
- an index prefix. This is specified as a querystring parameter.
+ an index prefix. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/metrics.html.md b/website/source/api/metrics.html.md
index 2a2201932..22cb47f78 100644
--- a/website/source/api/metrics.html.md
+++ b/website/source/api/metrics.html.md
@@ -26,7 +26,7 @@ The table below shows this endpoint's support for
- `format` `(string: "")` - Specifies the metrics format to be other than the
JSON default. Currently, only `prometheus` is supported as an alternative
- format. This is specified as a querystring parameter.
+ format. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/namespaces.html.md b/website/source/api/namespaces.html.md
index 9e8d7e353..02982b9ea 100644
--- a/website/source/api/namespaces.html.md
+++ b/website/source/api/namespaces.html.md
@@ -32,7 +32,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")`- Specifies a string to filter namespaces on based on
- an index prefix. This is specified as a querystring parameter.
+ an index prefix. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/nodes.html.md b/website/source/api/nodes.html.md
index 6d7840029..2f5173fe8 100644
--- a/website/source/api/nodes.html.md
+++ b/website/source/api/nodes.html.md
@@ -29,7 +29,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")`- Specifies a string to filter nodes on based on an
- index prefix. This is specified as a querystring parameter.
+ index prefix. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/operator.html.md b/website/source/api/operator.html.md
index 6af83d65d..6a8d9f0c1 100644
--- a/website/source/api/operator.html.md
+++ b/website/source/api/operator.html.md
@@ -39,7 +39,7 @@ The table below shows this endpoint's support for
### Parameters
- `stale` - Specifies if the cluster should respond without an active leader.
- This is specified as a querystring parameter.
+ This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/quotas.html.md b/website/source/api/quotas.html.md
index ee9590161..290d5ced8 100644
--- a/website/source/api/quotas.html.md
+++ b/website/source/api/quotas.html.md
@@ -32,7 +32,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")`- Specifies a string to filter quota specifications on
- based on an index prefix. This is specified as a querystring parameter.
+ based on an index prefix. This is specified as a query string parameter.
### Sample Request
@@ -228,7 +228,7 @@ The table below shows this endpoint's support for
### Parameters
- `prefix` `(string: "")`- Specifies a string to filter quota specifications on
- based on an index prefix. This is specified as a querystring parameter.
+ based on an index prefix. This is specified as a query string parameter.
### Sample Request
diff --git a/website/source/api/ui.html.md b/website/source/api/ui.html.md
index d3cf0750e..1bbc379a8 100644
--- a/website/source/api/ui.html.md
+++ b/website/source/api/ui.html.md
@@ -23,19 +23,19 @@ This page lists all known jobs in a paginated, searchable, and sortable table.
### Parameters
- `namespace` `(string: "")` - Specifies the namespace all jobs should be a member
- of. This is specified as a querystring parameter. Namespaces are an enterprise feature.
+ of. This is specified as a query string parameter. Namespaces are an enterprise feature.
- `sort` `(string: "")` - Specifies the property the list of jobs should be sorted by.
- This is specified as a querystring parameter.
+ This is specified as a query string parameter.
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
- or ascending. This is specified as a querystring parameter.
+ or ascending. This is specified as a query string parameter.
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
- visible jobs. This is specified as a querystring parameter.
+ visible jobs. This is specified as a query string parameter.
- `page` `(int: 0)` - Specifies the page in the jobs list that should be visible. This
- is specified as a querystring parameter.
+ is specified as a query string parameter.
## Job Detail
@@ -74,13 +74,13 @@ based on the type of job.
### Parameters
- `sort` `(string: "")` - Specifies the property the list of task groups should be
- sorted by. This is specified as a querystring parameter.
+ sorted by. This is specified as a query string parameter.
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
- or ascending. This is specified as a querystring parameter.
+ or ascending. This is specified as a query string parameter.
- `page` `(int: 0)` - Specifies the page in the task groups list that should be visible. This
- is specified as a querystring parameter.
+ is specified as a query string parameter.
### Job Definition
@@ -133,16 +133,16 @@ allocations.
### Parameters
- `sort` `(string: "")` - Specifies the property the list of allocations should be sorted by.
- This is specified as a querystring parameter.
+ This is specified as a query string parameter.
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
- or ascending. This is specified as a querystring parameter.
+ or ascending. This is specified as a query string parameter.
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
- visible allocations. This is specified as a querystring parameter.
+ visible allocations. This is specified as a query string parameter.
- `page` `(int: 0)` - Specifies the page in the allocations list that should be visible. This
- is specified as a querystring parameter.
+ is specified as a query string parameter.
## Allocation Detail
@@ -160,10 +160,10 @@ description of the event.
### Parameters
- `sort` `(string: "")` - Specifies the property the list of tasks should be sorted by.
- This is specified as a querystring parameter.
+ This is specified as a query string parameter.
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
- or ascending. This is specified as a querystring parameter.
+ or ascending. This is specified as a query string parameter.
## Task Detail
@@ -199,16 +199,16 @@ table.
### Parameters
- `sort` `(string: "")` - Specifies the property the list of client nodes should be sorted by.
- This is specified as a querystring parameter.
+ This is specified as a query string parameter.
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
- or ascending. This is specified as a querystring parameter.
+ or ascending. This is specified as a query string parameter.
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
- visible client nodes. This is specified as a querystring parameter.
+ visible client nodes. This is specified as a query string parameter.
- `page` `(int: 0)` - Specifies the page in the client nodes list that should be visible. This
- is specified as a querystring parameter.
+ is specified as a query string parameter.
## Node Detail
@@ -223,16 +223,16 @@ address, port, datacenter, allocations, and attributes.
### Parameters
- `sort` `(string: "")` - Specifies the property the list of allocations should be sorted by.
- This is specified as a querystring parameter.
+ This is specified as a query string parameter.
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
- or ascending. This is specified as a querystring parameter.
+ or ascending. This is specified as a query string parameter.
- `search` `(string: "")` - Specifies a regular expression uses to filter the list of
- visible allocations. This is specified as a querystring parameter.
+ visible allocations. This is specified as a query string parameter.
- `page` `(int: 0)` - Specifies the page in the allocations list that should be visible. This
- is specified as a querystring parameter.
+ is specified as a query string parameter.
## Servers List
@@ -248,13 +248,13 @@ the leader.
### Parameters
- `sort` `(string: "")` - Specifies the property the list of server agents should be sorted by.
- This is specified as a querystring parameter.
+ This is specified as a query string parameter.
- `desc` `(boolean: false)` - Specifies whether or not the sort direction is descending
- or ascending. This is specified as a querystring parameter.
+ or ascending. This is specified as a query string parameter.
- `page` `(int: 0)` - Specifies the page in the server agents list that should be visible. This
- is specified as a querystring parameter.
+ is specified as a query string parameter.
## Server Detail