From ab966fb0827879cb18a1d369c7093495f42e1aab Mon Sep 17 00:00:00 2001 From: Chris Church Date: Mon, 23 Feb 2015 16:41:03 -0500 Subject: [PATCH] Remove docs for scheme parameter. --- awx/api/templates/api/unified_job_stdout.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/awx/api/templates/api/unified_job_stdout.md b/awx/api/templates/api/unified_job_stdout.md index 76c1827a9e..70e1e1a993 100644 --- a/awx/api/templates/api/unified_job_stdout.md +++ b/awx/api/templates/api/unified_job_stdout.md @@ -17,16 +17,6 @@ Use the `format` query string parameter to specify the output format. formats, the `start_line` and `end_line` query string parameters can be used to specify a range of line numbers to retrieve. -When using the HTML or API formats, use the `scheme` query string parameter to -change the output colors. The value must be one of the following (default is -`ansi2html`): - -* `ansi2html` -* `osx` -* `xterm` -* `xterm-bright` -* `solarized` - Use `dark=1` or `dark=0` as a query string parameter to force or disable a dark background.