From e965804289eae8541eb9c398e4c9c61a11c75484 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Fri, 18 Dec 2020 11:25:16 -0800 Subject: [PATCH] Remove no longer true enteprise warning --- website/content/api-docs/ui.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/ui.mdx b/website/content/api-docs/ui.mdx index 7dad6cafc..b117d6feb 100644 --- a/website/content/api-docs/ui.mdx +++ b/website/content/api-docs/ui.mdx @@ -20,7 +20,7 @@ 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 query string parameter. Namespaces are an enterprise feature. + of. This is specified as a query string parameter. - `sort` `(string: "")` - Specifies the property the list of jobs should be sorted by. This is specified as a query string parameter.