Merge pull request #26677 from rallytime/bp-26653

Back-port #26653 to 2015.5
This commit is contained in:
Colton Myers 2015-08-26 13:45:54 -06:00
commit d7f682cb5b

View file

@ -819,7 +819,7 @@ class LowDataAdapter(object):
-d arg='du -sh .' \\
-d arg='/path/to/dir'
# Sending posiitonal args and Keyword args with JSON:
# Sending positional args and Keyword args with JSON:
echo '[
{
"client": "local",
@ -996,6 +996,9 @@ class Jobs(LowDataAdapter):
List jobs or show a single job from the job cache.
:reqheader X-Auth-Token: |req_token|
:reqheader Accept: |req_accept|
:status 200: |200|
:status 401: |401|
:status 406: |406|