Merge "api-ref: Add fault parameter details"

This commit is contained in:
Jenkins
2016-05-28 01:07:00 +00:00
committed by Gerrit Code Review
+4
View File
@@ -1094,6 +1094,10 @@ extensions:
fault:
description: |
A fault object. Only displayed in the failed response.
Default keys are ``code``, ``created``, and ``message``
(response code, created time, and message respectively).
In addition, the key ``details`` (stack trace) is available
if you have the administrator privilege.
in: body
required: false
type: object