Skip to content

Commit

Permalink
[#177567198] fix list credentials response (homedepot#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxb5639 authored and GitHub Enterprise committed Mar 30, 2021
1 parent 71f1f14 commit e9a8a81
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,12 @@ paths:
"200":
description: "List of credentials"
schema:
type: "array"
items:
$ref: "#/definitions/Credentials"
type: "object"
properties:
credentials:
type: "array"
items:
$ref: "#/definitions/Credentials"
"401":
description: "Unauthorized"
schema:
Expand Down Expand Up @@ -332,5 +335,3 @@ definitions:
import:
package: time
alias: time


0 comments on commit e9a8a81

Please sign in to comment.